Skip to content

Commit af943ad

Browse files
authored
Merge pull request #6 from joetifa2003/hashmaps
feat: add hashmaps
2 parents 9ca3504 + 3d6b57b commit af943ad

35 files changed

+3180
-602
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Setup Go
1414
uses: actions/setup-go@v2
1515
with:
16-
go-version: "~1.20.0"
16+
go-version: "~1.23.0"
1717

1818
- name: Install benchstat
1919
run: go install golang.org/x/perf/cmd/benchstat@latest

.github/workflows/code-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Setup Go
1212
uses: actions/setup-go@v2
1313
with:
14-
go-version: "~1.19.0"
14+
go-version: "~1.23.0"
1515

1616
- name: Code coverage
1717
run: go test -cover ./...

0 commit comments

Comments
 (0)