Skip to content

Commit b4e5b16

Browse files
chore(deps): update dependency go to 1.24.x (#22)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 73abf47 commit b4e5b16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v4
2121
- uses: actions/setup-go@v5
2222
with:
23-
go-version: '1.21.x'
23+
go-version: '1.24.x'
2424
cache: false
2525
- name: golangci-lint
2626
uses: golangci/golangci-lint-action@v6

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Go
2222
uses: actions/setup-go@v5
2323
with:
24-
go-version: 1.21.x
24+
go-version: 1.24.x
2525
- name: Run tests
2626
run: make test
2727
#- name: Upload coverage reports to Codecov

0 commit comments

Comments
 (0)