Skip to content

Commit

Permalink
github actions: run with a released go 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
dfinkel committed Aug 2, 2022
1 parent ce5caf6 commit 76c2e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
os: [macOS-latest, ubuntu-latest]
goversion: [1.17, 1.18, '1.19.0-rc.2']
goversion: [1.17, 1.18, '1.19']
steps:
- name: Set up Go ${{matrix.goversion}} on ${{matrix.os}}
uses: actions/setup-go@v3
Expand Down

0 comments on commit 76c2e6f

Please sign in to comment.