Skip to content

Commit

Permalink
Bump go versions in the workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate Chen committed Jan 2, 2025
1 parent 50ecb97 commit 1ea1378
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: "1.19"
go-version: "1.23"
- name: Run go test with coverage
run: |
cd tools/eksDistroBuildToolingOpsTools/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: "1.21"
go-version: "1.23"
- run: go version
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
Expand Down

0 comments on commit 1ea1378

Please sign in to comment.