Skip to content

Commit 3053da1

Browse files
committed
go 1.24
Signed-off-by: E99p1ant <i@github.red>
1 parent 7d855f3 commit 3053da1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/go.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install Go
2828
uses: actions/setup-go@v2
2929
with:
30-
go-version: 1.20.x
30+
go-version: 1.24.x
3131
- name: Run tests
3232
run: go test -v -race -coverprofile=coverage.txt -race -covermode=atomic ./...
3333
env:
@@ -58,7 +58,7 @@ jobs:
5858
- name: Install Go
5959
uses: actions/setup-go@v2
6060
with:
61-
go-version: 1.20.x
61+
go-version: 1.24.x
6262
- name: Run tests
6363
run: go test -v -race -coverprofile=coverage.txt -race -covermode=atomic ./...
6464
env:
@@ -77,7 +77,7 @@ jobs:
7777
- name: Install Go
7878
uses: actions/setup-go@v2
7979
with:
80-
go-version: 1.20.x
80+
go-version: 1.24.x
8181
- name: Run golangci-lint
8282
uses: golangci/golangci-lint-action@v3
8383
with:

Dockerfile

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

33
WORKDIR /app
44

0 commit comments

Comments
 (0)