Skip to content

Commit 00cf1e9

Browse files
committed
more workflow updates
1 parent 9df4860 commit 00cf1e9

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
@@ -14,10 +14,10 @@ jobs:
1414
- name: Checkout code into workspace directory
1515
uses: actions/checkout@v3
1616

17-
- name: Set up Go 1.21
17+
- name: Set up Go 1.22
1818
uses: actions/setup-go@v3
1919
with:
20-
go-version: '1.21.0'
20+
go-version: '1.22.0'
2121

2222
- name: Unit tests
2323
run: make test

0 commit comments

Comments
 (0)