Skip to content

Commit

Permalink
update to go1.23.2
Browse files Browse the repository at this point in the history
  • Loading branch information
joshraphael committed Nov 1, 2024
1 parent 4ba5f98 commit 9a87cc5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
# with:
# go-version: '^1.22.6' # 1.23 breaks the linter, use stable when its fixed
with:
go-version: '^1.23.2'
- name: golangci-lint
uses: golangci/golangci-lint-action@v6.1.1
with:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/joshraphael/go-retroachievements

go 1.22.1
go 1.23.2

require github.com/stretchr/testify v1.9.0

Expand Down

0 comments on commit 9a87cc5

Please sign in to comment.