Skip to content

Commit c167f82

Browse files
committed
Update Go in workflow and Dockerfile
1 parent 0167f99 commit c167f82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/golang.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v4
2222
- uses: actions/setup-go@v5
2323
with:
24-
go-version-file: go.mod
24+
go-version: 1.25.2
2525
- name: golangci-lint
2626
uses: golangci/golangci-lint-action@v6
2727
with:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24.0 AS builder
1+
FROM golang:1.25.2 AS builder
22

33
WORKDIR /build
44

0 commit comments

Comments
 (0)