Skip to content

Commit 06e774c

Browse files
committed
upgraded go version to 1.22
1 parent 0ea9a4d commit 06e774c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- name: Set up Go 1.20.x
15+
- name: Set up Go 1.22.x
1616
uses: actions/setup-go@v4
1717
with:
18-
go-version: '1.20.x'
18+
go-version: '1.22.x'
1919

2020
- name: Check out code into the Go module directory
2121
uses: actions/checkout@v3

0 commit comments

Comments
 (0)