Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
updating the go version to the latest
  • Loading branch information
viegelinsch authored Mar 6, 2023
1 parent f2ada66 commit acbcd61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
goVer: [1.16, 1.17, 1.18]
goVer: [1.20]

steps:
- name: Set up Go ${{ matrix.goVer }}
Expand Down

0 comments on commit acbcd61

Please sign in to comment.