Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b718cf4

Browse files
authored
Merge pull request #643 from go-vgo/bitmap-pr
Update: bump CI to newest
2 parents 4d780b9 + bfc28d1 commit b718cf4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
docker:
66
# using custom image, see .circleci/images/primary/Dockerfile
77
# - image: govgo/robotgoci:1.10.3
8-
- image: golang:1.21.0
8+
- image: golang:1.22.0
99
working_directory: /gopath/src/github.com/go-vgo/robotgo
1010
steps:
1111
- checkout

.circleci/images/primary/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# FROM golang:1.10.1
2-
FROM golang:1.21.5-stretch AS build
2+
FROM golang:1.21.7-stretch AS build
33
# FROM govgo/go:1.11.1
44

55
RUN apt update && apt install -y --no-install-recommends \

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ environment:
3434
PATH: C:\msys64\mingw32\bin\;C:\Program Files (x86)\NSIS\;%PATH%
3535
# - COMPILER: MINGW_W64
3636
# ARCHITECTURE: x64
37-
GOVERSION: 1.21.0
37+
GOVERSION: 1.22.0
3838
# GOPATH: c:\gopath
3939

4040
# scripts that run after cloning repository

0 commit comments

Comments
 (0)