Skip to content

Commit c2b5c86

Browse files
authored
Merge pull request #605 from go-vgo/bitmap-pr
Update: bump CI
2 parents af32110 + 0c4055b commit c2b5c86

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.circleci/config.yml

+1-1
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.20.3
8+
- image: golang:1.21.0
99
working_directory: /gopath/src/github.com/go-vgo/robotgo
1010
steps:
1111
- checkout

.github/workflows/go.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
runs-on: ${{ matrix.os }}
1111

1212
steps:
13-
- name: Set up Go 1.20
13+
- name: Set up Go 1.21.0
1414
uses: actions/setup-go@v1
1515
with:
16-
go-version: 1.20
16+
go-version: 1.21.0
1717
id: go
1818

1919
- name: Check out code into the Go module directory

appveyor.yml

+1-1
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.20.3
37+
GOVERSION: 1.21.0
3838
# GOPATH: c:\gopath
3939

4040
# scripts that run after cloning repository

0 commit comments

Comments
 (0)