Skip to content

Commit

Permalink
Use go 1.21.10 in pr-check workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Obuchowicz <[email protected]>
  • Loading branch information
AObuchow committed Jul 17, 2024
1 parent 840e681 commit 26c6889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: 1.18.4
go-version: 1.21.10
-
name: Check out code into the Go module directory
uses: actions/checkout@v2
Expand Down

0 comments on commit 26c6889

Please sign in to comment.