Skip to content

Commit 3c3268e

Browse files
committed
Use go 1.21.13 in pr-check workflow
Signed-off-by: Andrew Obuchowicz <aobuchow@redhat.com>
1 parent b37f0f6 commit 3c3268e

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.21.10
28+
go-version: 1.21.13
2929
-
3030
name: Check out code into the Go module directory
3131
uses: actions/checkout@v2

0 commit comments

Comments
 (0)