Skip to content

Commit 9df78e9

Browse files
committed
workflows/go.yml: Update to go1.22.
1 parent 3c52b6c commit 9df78e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99

10-
- name: Set up Go 1.21
10+
- name: Set up Go 1.22
1111
uses: actions/setup-go@v1
1212
with:
13-
go-version: 1.21
13+
go-version: 1.22
1414
id: go
1515

1616
- name: Check out code into the Go module directory

0 commit comments

Comments
 (0)