Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dropwhile committed Jun 17, 2024
1 parent 980d32b commit 1996e78
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@ jobs:
name: Build
strategy:
matrix:
goVer: ["1.16.x", "1.21.x"]
goVer: ["1.16.x", "1.22.x"]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Src Checkout
uses: actions/checkout@v4
with:
fetch-depth: 1

- name: Setup Go ${{ matrix.goVer }}
uses: actions/setup-go@v1
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.goVer }}
id: go

- name: Src Checkout
uses: actions/checkout@v1
with:
fetch-depth: 1

- name: Tests
env:
GO111MODULE: "on"
Expand Down

0 comments on commit 1996e78

Please sign in to comment.