Skip to content

Commit a073d97

Browse files
committed
bump go version
1 parent b4d3085 commit a073d97

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Go 1.x
1515
uses: actions/setup-go@v2
1616
with:
17-
go-version: ^1.21
17+
go-version: ^1.24
1818
id: go
1919

2020
- name: Check out code into the Go module directory

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.22 as builder
1+
FROM golang:1.24 as builder
22

33
ARG ARG_GOPROXY
44
ENV GOPROXY $ARG_GOPROXY

0 commit comments

Comments
 (0)