Skip to content

Commit

Permalink
Updated releaser go version
Browse files Browse the repository at this point in the history
  • Loading branch information
dbampalikis committed May 25, 2022
1 parent 87e3d80 commit 5dcc966
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,12 @@ on:
jobs:
goreleaser:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [1.17]
steps:

- name: Set up Go ${{ matrix.go-version }}
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go-version }}
go-version: 1.18
id: go

- name: Check out code into the Go module directory
Expand All @@ -29,6 +26,7 @@ jobs:
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
dep ensure
fi
- name: Run GoReleaser
uses: goreleaser/[email protected]
with:
Expand Down

0 comments on commit 5dcc966

Please sign in to comment.