Skip to content

Commit

Permalink
Use matrix to define version and remove snap step
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiocazzolato committed Sep 30, 2024
1 parent 4a0834c commit f279667
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,7 @@ jobs:
- name: Install the go version
uses: actions/setup-go@v5
with:
go-version: '1.18.10'

- name: Install the go snap
run: |
sudo snap install --classic --channel="${{ matrix.gochannel }}" go
go-version: ${{ matrix.gochannel }}

- name: Get deps
run: |
Expand Down

0 comments on commit f279667

Please sign in to comment.