Skip to content

Commit

Permalink
Fix: ensure github actions set up go 1.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseThen committed Sep 8, 2024
1 parent 6d8361d commit d49fc1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Set up Go 1.23.1
uses: actions/setup-go@v2
with:
go-version: 1.18.3
go-version: 1.23.1
id: go

- name: Check out code into the Go module directory
Expand Down

0 comments on commit d49fc1a

Please sign in to comment.