Skip to content

Commit bf7d878

Browse files
authored
chore: bump go to 1.23 (#19)
1 parent 20c5030 commit bf7d878

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
steps:
1616
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
1717
with:
18-
go-version: '1.22'
18+
go-version: '1.23'
1919
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2020
- run: make lint

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.21 AS builder
1+
FROM golang:1.23 AS builder
22
WORKDIR /src
33
COPY go.sum go.mod ./
44
RUN go mod download

0 commit comments

Comments
 (0)