Skip to content

Commit

Permalink
Update Go Releaser to use v1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
marcwickenden committed Aug 29, 2023
1 parent d784a61 commit 9f46bc1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: goreleaser

on:
push:
tags:
Expand All @@ -18,7 +17,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.21
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
Expand Down

0 comments on commit 9f46bc1

Please sign in to comment.