Skip to content

Commit 5284f96

Browse files
committed
Update Go version for workflow.
1 parent d62cdff commit 5284f96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
runs-on: ubuntu-20.04
99
steps:
1010

11-
- name: Set up Go 1.14
11+
- name: Set up Go 1.22
1212
uses: actions/setup-go@v2
1313
with:
14-
go-version: 1.16
14+
go-version: 1.22
1515
id: go
1616

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

0 commit comments

Comments
 (0)