Skip to content

Commit

Permalink
CI: Try running in container
Browse files Browse the repository at this point in the history
  • Loading branch information
m110 committed Jan 29, 2022
1 parent 3cf5f70 commit e681678
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,13 @@ permissions:
jobs:
goreleaser:
runs-on: ubuntu-latest
container: golang:1.18beta1
steps:
-
name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
-
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
Expand Down

0 comments on commit e681678

Please sign in to comment.