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 28d6fb9 commit 930a240Copy full SHA for 930a240
.github/workflows/codecov.yaml
@@ -16,7 +16,7 @@ jobs:
16
- name: Set up Go 1.x
17
uses: actions/setup-go@v4
18
with:
19
- go-version: "1.21"
+ go-version: "1.22"
20
id: go
21
22
- name: Check out code into the Go module directory
@@ -33,4 +33,5 @@ jobs:
33
- name: Upload coverage to Codecov
34
uses: codecov/codecov-action@v3
35
36
+ token: ${{ secrets.CODECOV_TOKEN }}
37
file: ./.testCoverage
.github/workflows/go.yaml
@@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
23
- go: [ "1.19", "1.20", "1.21" ]
+ go: [ "1.22", "1.23", "1.24" ]
24
25
steps:
26
go.mod
@@ -1,3 +1,3 @@
1
module github.com/cornelk/hashmap
2
3
-go 1.19
+go 1.22
0 commit comments