Skip to content

Commit

Permalink
Update go version
Browse files Browse the repository at this point in the history
Needs patch version to be specified.
  • Loading branch information
sleeyax committed Jun 3, 2023
1 parent b0ef632 commit 5517e8c
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
@@ -1,5 +1,5 @@
# To test this workflow locally, run the following command:
# act --use-gitignore=false --bind
# act --use-gitignore=false
name: Release binaries

on:
Expand All @@ -17,7 +17,7 @@ jobs:
# docs: https://github.com/marketplace/actions/golang-cgo-cross-compiler#inputs
with:
xgo_version: latest
go_version: 1.20
go_version: 1.20.0
dest: build
pkg: cmd
prefix: server
Expand Down

0 comments on commit 5517e8c

Please sign in to comment.