Skip to content

Commit 80ef70c

Browse files
committed
fix: reverse go version downgrade for workflows
1 parent 44d9b1c commit 80ef70c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yaml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- uses: actions/setup-go@v6
3434
with:
35-
go-version: 1.23.0
35+
go-version: 1.23.2
3636

3737
- name: golangci-lint
3838
uses: golangci/golangci-lint-action@v8

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Set up Go
4040
uses: actions/setup-go@v5
4141
with:
42-
go-version: 1.23.0
42+
go-version: 1.23.2
4343
cache: true
4444

4545
- name: Cache Go modules

0 commit comments

Comments
 (0)