Skip to content

Commit 925cac2

Browse files
committed
Upgrade gh runner versions
1 parent 758215e commit 925cac2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Go
2020
uses: actions/setup-go@v4
2121
with:
22-
go-version: '1.21'
22+
go-version: '1.24'
2323

2424
- name: Build
2525
run: go build -v ./...

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# Require: The version of golangci-lint to use.
2727
# When `install-mode` is `binary` (default) the value can be v1.2 or v1.2.3 or `latest` to use the latest version.
2828
# When `install-mode` is `goinstall` the value can be v1.2.3, `latest`, or the hash of a commit.
29-
version: v1.54
29+
version: v2.1.2
3030

3131
# Optional: working directory, useful for monorepos
3232
# working-directory: somedir

0 commit comments

Comments
 (0)