We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f54633 commit 9386a54Copy full SHA for 9386a54
.github/workflows/ci-build.yml
@@ -37,6 +37,10 @@ jobs:
37
with:
38
go-version: "^1.24.0"
39
40
+ - name: "Install extra tools"
41
+ run: |
42
+ curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin
43
+
44
- name: "Check code & lint"
45
run: |
46
go get ./...
.github/workflows/release-images.yml
@@ -18,7 +18,7 @@ jobs:
18
runs-on: ubuntu-latest
19
20
steps:
21
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
22
23
- name: "Run all image builds"
24
0 commit comments