Skip to content

Commit c45ecd3

Browse files
Fix workflows (go version).
1 parent 2d93a85 commit c45ecd3

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/code-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Go 1.18
1616
uses: actions/setup-go@v3
1717
with:
18-
go-version: 1.18
18+
go-version: 1.23.6
1919
id: go
2020

2121
- name: Check out code into the Go module directory

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/setup-go@v3
1515
with:
16-
go-version: 1.18
16+
go-version: 1.23.6
1717
- uses: actions/checkout@v3
1818
- name: golangci-lint
1919
uses: golangci/golangci-lint-action@v3

.github/workflows/pr-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Set up Go 1.x
1313
uses: actions/setup-go@v2
1414
with:
15-
go-version: 1.18
15+
go-version: 1.23.6
1616
id: go
1717

1818
- name: Check out code into the Go module directory

0 commit comments

Comments
 (0)