We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6c13742 + 9424b71 commit bf1758bCopy full SHA for bf1758b
.circleci/images/primary/Dockerfile
@@ -1,5 +1,5 @@
1
# FROM golang:1.10.1
2
-FROM golang:1.21.7-stretch AS build
+FROM golang:1.22.3-stretch AS build
3
# FROM govgo/go:1.11.1
4
5
RUN apt update && apt install -y --no-install-recommends \
.github/workflows/go.yml
@@ -10,10 +10,10 @@ jobs:
10
runs-on: ${{ matrix.os }}
11
12
steps:
13
- - name: Set up Go 1.21.0
+ - name: Set up Go 1.22.0
14
uses: actions/setup-go@v1
15
with:
16
- go-version: 1.21.0
+ go-version: 1.22.0
17
id: go
18
19
- name: Check out code into the Go module directory
0 commit comments