Skip to content

Commit 531e674

Browse files
Update build.yml
1 parent 6998e37 commit 531e674

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414

15-
- name: Set up Go 1.18
15+
- name: Set up Go 1.19
1616
uses: actions/setup-go@v1
1717
with:
18-
go-version: 1.18
18+
go-version: 1.19
1919
id: go
2020

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

0 commit comments

Comments
 (0)