We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20c5030 commit bf7d878Copy full SHA for bf7d878
.github/workflows/lint.yaml
@@ -15,6 +15,6 @@ jobs:
15
steps:
16
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
17
with:
18
- go-version: '1.22'
+ go-version: '1.23'
19
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20
- run: make lint
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.21 AS builder
+FROM golang:1.23 AS builder
2
WORKDIR /src
3
COPY go.sum go.mod ./
4
RUN go mod download
0 commit comments