Skip to content

Commit

Permalink
update build to use go 1.19 as primary (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
cameracker committed Sep 7, 2022
1 parent 1e02a1d commit edd511b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Build
uses: actions/setup-go@v2
with:
go-version: '1.18.x'
go-version: '1.19.x'

- name: Check out code into the Go module directory
uses: actions/checkout@v2
Expand All @@ -45,7 +45,7 @@ jobs:
- name: Build
uses: actions/setup-go@v2
with:
go-version: '1.17.x'
go-version: '1.18.x'

- name: Check out code into the Go module directory
uses: actions/checkout@v2
Expand Down

0 comments on commit edd511b

Please sign in to comment.