Skip to content

Commit 042ae7f

Browse files
Update Go version in GitHub Action
1 parent 5005171 commit 042ae7f

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/build-test.yaml

+6-5
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,15 @@ jobs:
1010
name: Build
1111
runs-on: ubuntu-latest
1212
steps:
13-
- name: Set up Go 1.16
14-
uses: actions/setup-go@v2
13+
- name: Code checkout
14+
uses: actions/checkout@v4
15+
16+
- name: Set up Go
17+
uses: actions/setup-go@v5
1518
with:
16-
go-version: 1.16.x
19+
go-version: '>=1.23.0'
1720
id: go
1821

19-
- name: Code checkout
20-
uses: actions/checkout@v2
2122

2223
- name: golangci-lint
2324
uses: golangci/golangci-lint-action@v2

0 commit comments

Comments
 (0)