Skip to content

Commit

Permalink
Set fix Go version in main Workflow (#181)
Browse files Browse the repository at this point in the history
Signed-off-by: Steffen Exler <steffen.exler@pm.me>

Signed-off-by: Steffen Exler <steffen.exler@pm.me>
  • Loading branch information
linuxluigi authored Dec 2, 2022
1 parent c5571a5 commit 7a56cab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,14 @@ jobs:
test:
strategy:
matrix:
go-version: [1.18.x, 1.19.x]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}

steps:
- name: Install Go
uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 # v3.4.0
with:
go-version: ${{ matrix.go-version }}
go-version: 1.19.x

- name: Checkout code
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0
Expand Down

0 comments on commit 7a56cab

Please sign in to comment.