We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0384842 commit 393f7ffCopy full SHA for 393f7ff
.github/workflows/go-coverage.yml
@@ -10,7 +10,7 @@ jobs:
10
- uses: actions/checkout@v3
11
- uses: actions/setup-go@v3
12
with:
13
- go-version: "1.19"
+ go-version: "1.23"
14
- name: Run go test with coverage
15
run: |
16
cd tools/eksDistroBuildToolingOpsTools/
.github/workflows/golangci-lint.yml
@@ -14,7 +14,7 @@ jobs:
- uses: actions/setup-go@v4
17
- go-version: "1.21"
18
- run: go version
19
- name: golangci-lint
20
uses: golangci/golangci-lint-action@v3
0 commit comments