Skip to content

Commit 9be73fd

Browse files
committed
go update
1 parent 44d678a commit 9be73fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
- name: Set up Go
8484
uses: actions/setup-go@v4
8585
with:
86-
go-version: '1.20'
86+
go-version: '1.22'
8787

8888
- name: Checkout code
8989
uses: actions/checkout@v3
@@ -101,7 +101,7 @@ jobs:
101101
- name: Set up Go
102102
uses: actions/setup-go@v4
103103
with:
104-
go-version: '1.20'
104+
go-version: '1.22'
105105

106106
- name: Checkout code
107107
uses: actions/checkout@v3

0 commit comments

Comments
 (0)