Skip to content

Commit

Permalink
goreleaser: use go 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
silenceper committed Sep 24, 2023
1 parent db50392 commit e1f4df0
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,18 @@ on:
jobs:
goreleaser:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [ '1.20' ]

steps:
-
name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
-
name: Set up Go
uses: actions/setup-go@v2
- name: Setup Golang ${{ matrix.go-version }}
uses: actions/setup-go@v4
with:
go-version: 1.20
-
name: Run GoReleaser
go-version: ${{ matrix.go-version }}
- name: Checkout
uses: actions/checkout@v3
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
version: latest
Expand Down

0 comments on commit e1f4df0

Please sign in to comment.