Skip to content

Commit fa5ff67

Browse files
authored
Update go.yml
1 parent e70f089 commit fa5ff67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

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

16-
- name: Set up Go 1.18
16+
- name: Set up Go 1.19
1717
uses: actions/setup-go@v1
1818
with:
19-
go-version: 1.18
19+
go-version: 1.19
2020
id: go
2121

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

0 commit comments

Comments
 (0)