Skip to content

Commit 393f7ff

Browse files
authored
Bump go versions in the workflows (#1587)
1 parent 0384842 commit 393f7ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v3
1111
- uses: actions/setup-go@v3
1212
with:
13-
go-version: "1.19"
13+
go-version: "1.23"
1414
- name: Run go test with coverage
1515
run: |
1616
cd tools/eksDistroBuildToolingOpsTools/

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v3
1515
- uses: actions/setup-go@v4
1616
with:
17-
go-version: "1.21"
17+
go-version: "1.23"
1818
- run: go version
1919
- name: golangci-lint
2020
uses: golangci/golangci-lint-action@v3

0 commit comments

Comments
 (0)