Skip to content

Commit 9df4860

Browse files
committed
update workflows
1 parent b67541a commit 9df4860

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
lint:
2626
runs-on: ubuntu-latest
2727
steps:
28-
- name: Set up Go 1.21
28+
- name: Set up Go 1.22
2929
uses: actions/setup-go@v3
3030
with:
31-
go-version: 1.21
31+
go-version: 1.22
3232
- name: Checkout code into workspace directory
3333
uses: actions/checkout@v3
3434

0 commit comments

Comments
 (0)