File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
docker :
6
6
# using custom image, see .circleci/images/primary/Dockerfile
7
7
# - image: govgo/robotgoci:1.10.3
8
- - image : golang:1.20.3
8
+ - image : golang:1.21.0
9
9
working_directory : /gopath/src/github.com/go-vgo/robotgo
10
10
steps :
11
11
- checkout
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
10
10
runs-on : ${{ matrix.os }}
11
11
12
12
steps :
13
- - name : Set up Go 1.20
13
+ - name : Set up Go 1.21.0
14
14
uses : actions/setup-go@v1
15
15
with :
16
- go-version : 1.20
16
+ go-version : 1.21.0
17
17
id : go
18
18
19
19
- name : Check out code into the Go module directory
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ environment:
34
34
PATH : C:\msys64\mingw32\bin\;C:\Program Files (x86)\NSIS\;%PATH%
35
35
# - COMPILER: MINGW_W64
36
36
# ARCHITECTURE: x64
37
- GOVERSION : 1.20.3
37
+ GOVERSION : 1.21.0
38
38
# GOPATH: c:\gopath
39
39
40
40
# scripts that run after cloning repository
You can’t perform that action at this time.
0 commit comments