Skip to content

Commit

Permalink
update versions in the build workflow (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
reugn authored Jun 17, 2023
1 parent e8a7949 commit aaf190e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [1.18.x, 1.19.x]
go-version: [1.18.x, 1.20.x]
steps:
- name: Setup Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}

Expand Down

0 comments on commit aaf190e

Please sign in to comment.