Skip to content

Commit fff0f9b

Browse files
authored
Fixed error (#211)
1 parent 8f01eb9 commit fff0f9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
name: Test
99
runs-on: ubuntu-latest
1010
steps:
11-
- name: Set up Go 1.19
11+
- name: Set up Go 1.22
1212
uses: actions/setup-go@v4
1313
with:
14-
go-version: 1.19
14+
go-version: 1.22
1515

1616
- name: Check out code into the Go module directory
1717
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

0 commit comments

Comments
 (0)