Skip to content

Commit 1076ba6

Browse files
authored
Merge pull request #23 from skoef/cleanup
Cleanup
2 parents da0c48e + 4fa12f1 commit 1076ba6

16 files changed

+2159
-165
lines changed

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Go
1818
uses: actions/setup-go@v4
1919
with:
20-
go-version: '1.20'
20+
go-version: '1.23'
2121
- name: Test
2222
run: go test -v ./...
2323
- name: GoReleaser

0 commit comments

Comments
 (0)