Skip to content

Commit b308784

Browse files
authored
chore: bump Go minimum version to 1.24 (#413)
1 parent e1e7b7a commit b308784

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
- uses: actions/checkout@v4
88
- uses: actions/setup-go@v5
99
with:
10-
go-version: '1.21'
10+
go-version: '1.24'
1111
- uses: golangci/golangci-lint-action@v8
1212
with:
1313
version: v2.1.6

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Set up Go
1414
uses: actions/setup-go@v5
1515
with:
16-
go-version: ^1.21
16+
go-version: ^1.24
1717
id: go
1818
-
1919
name: Checkout

.github/workflows/test_and_publish_docker_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fetch-depth: 0
1818
- uses: actions/setup-go@v5
1919
with:
20-
go-version: '1.21'
20+
go-version: '1.24'
2121
- run: go build
2222
- run: go test -race ./...
2323

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,4 @@ require (
8383
gopkg.in/warnings.v0 v0.1.2 // indirect
8484
)
8585

86-
go 1.23.0
86+
go 1.24

0 commit comments

Comments
 (0)