File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
55RUN apt update && apt install -y --no-install-recommends \
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments