Skip to content

Commit

Permalink
update to go 1.23, even though it's not used
Browse files Browse the repository at this point in the history
  • Loading branch information
srclosson committed Oct 7, 2024
1 parent bf0875b commit 1c3e828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
if: steps.check-for-backend.outputs.has-backend == 'true'
uses: actions/setup-go@v2
with:
go-version: "1.15"
go-version: "1.23"

- name: Test backend
if: steps.check-for-backend.outputs.has-backend == 'true'
Expand Down

0 comments on commit 1c3e828

Please sign in to comment.