Skip to content

Commit

Permalink
bump go version for goreleaser: try 2
Browse files Browse the repository at this point in the history
  • Loading branch information
bdebyl committed Sep 1, 2022
1 parent aebaacf commit 974f36d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+"

jobs:
goreleaser:
runs-on: ubuntu-latest
Expand All @@ -25,7 +25,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.16.x
go-version: 1.18.x
-
name: Set up UPX
run: sudo apt-get update && sudo apt-get install upx-ucl
Expand Down

0 comments on commit 974f36d

Please sign in to comment.