Skip to content

Commit 26c6889

Browse files
committed
Use go 1.21.10 in pr-check workflow
Signed-off-by: Andrew Obuchowicz <aobuchow@redhat.com>
1 parent 840e681 commit 26c6889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
name: Set up Go 1.x
2626
uses: actions/setup-go@v2
2727
with:
28-
go-version: 1.18.4
28+
go-version: 1.21.10
2929
-
3030
name: Check out code into the Go module directory
3131
uses: actions/checkout@v2

0 commit comments

Comments
 (0)