Skip to content

Commit 930a240

Browse files
committed
upgrade required go version to 1.22
1 parent 28d6fb9 commit 930a240

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/codecov.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Go 1.x
1717
uses: actions/setup-go@v4
1818
with:
19-
go-version: "1.21"
19+
go-version: "1.22"
2020
id: go
2121

2222
- name: Check out code into the Go module directory
@@ -33,4 +33,5 @@ jobs:
3333
- name: Upload coverage to Codecov
3434
uses: codecov/codecov-action@v3
3535
with:
36+
token: ${{ secrets.CODECOV_TOKEN }}
3637
file: ./.testCoverage

.github/workflows/go.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
strategy:
2222
matrix:
23-
go: [ "1.19", "1.20", "1.21" ]
23+
go: [ "1.22", "1.23", "1.24" ]
2424

2525
steps:
2626
- name: Set up Go 1.x

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/cornelk/hashmap
22

3-
go 1.19
3+
go 1.22

0 commit comments

Comments
 (0)