Skip to content

Commit bd03252

Browse files
authored
build: go 1.24 (#237)
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent aa515ce commit bd03252

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
- uses: actions/checkout@v4
1919
- uses: actions/setup-go@v5
2020
with:
21-
go-version: 1.23.x
21+
go-version: 1.24.x
2222
- name: golangci-lint
2323
uses: golangci/golangci-lint-action@v8

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
fetch-depth: '0'
6363
- uses: actions/setup-go@v5
6464
with:
65-
go-version: 1.23.x
65+
go-version: 1.24.x
6666
- name: Build binary
6767
run: GOOS=${{ matrix.os }} GOARCH=${{ matrix.arch }} make build
6868
- name: Upload release asset

0 commit comments

Comments
 (0)