Skip to content

Commit

Permalink
Merge pull request #248 from austinvazquez/upgrade-go-compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelkarp authored Oct 21, 2022
2 parents 724eb82 + bacc99b commit ed6600a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: '1.17.x'
go-version: '1.19.x'

- name: Set env
shell: bash
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: '1.17.x'
go-version: '1.19.x'

- name: Set env
shell: bash
Expand Down

0 comments on commit ed6600a

Please sign in to comment.