Skip to content

Commit 8f54633

Browse files
committed
Update CI workflow to use latest actions and Go version
1 parent 9607cf3 commit 8f54633

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/ci-build.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,12 @@ jobs:
3030

3131
steps:
3232
- name: "Checkout source"
33-
uses: actions/checkout@v3
33+
uses: actions/checkout@v4
3434

3535
- name: "Set Go version and paths"
36-
uses: actions/setup-go@v3
36+
uses: actions/setup-go@v5
3737
with:
38-
go-version: "^1.21.0"
39-
40-
- name: "Install extra tools"
41-
run: |
42-
go install gotest.tools/gotestsum@latest
43-
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin
38+
go-version: "^1.24.0"
4439

4540
- name: "Check code & lint"
4641
run: |

0 commit comments

Comments
 (0)