Skip to content

Commit

Permalink
Merge pull request #18 from tryvium-travels/feature/update-ci-flow
Browse files Browse the repository at this point in the history
Updated GH workflow to include go 1.18 and 1.17
  • Loading branch information
saniales committed Jun 6, 2022
2 parents db330e8 + ebf8c29 commit 26404ff
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 @@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go_version: [1.16]
go_version: [1.17, 1.18]
os: [ubuntu-latest, macOS-latest]
steps:
- name: Set up Go ${{ matrix.go_version }}
Expand Down

0 comments on commit 26404ff

Please sign in to comment.