We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9607cf3 commit 8f54633Copy full SHA for 8f54633
.github/workflows/ci-build.yml
@@ -30,17 +30,12 @@ jobs:
30
31
steps:
32
- name: "Checkout source"
33
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
34
35
- name: "Set Go version and paths"
36
- uses: actions/setup-go@v3
+ uses: actions/setup-go@v5
37
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
+ go-version: "^1.24.0"
44
45
- name: "Check code & lint"
46
run: |
0 commit comments