Skip to content

Commit

Permalink
Merge pull request #9 from sosedoff/ci-go-1.23
Browse files Browse the repository at this point in the history
Swap CI to run on Go 1.23
  • Loading branch information
sosedoff authored Dec 1, 2024
2 parents 046de2a + c891981 commit 8e38b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup
uses: actions/setup-go@v2
with:
go-version: "1.20"
go-version: "1.23"
- name: Setup
run: go mod download
- name: Test
Expand Down

0 comments on commit 8e38b3b

Please sign in to comment.