Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KreutzerCode authored Jan 23, 2024
1 parent 9c6585f commit 545ab7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:

steps:
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v2
with:
go-version: 1.20
go-version: 1.16

- name: Check out code into the Go module directory
uses: actions/checkout@v3
uses: actions/checkout@v2

- name: Build Binary for Linux
run: GOOS=linux GOARCH=amd64 go build -o wp-wingman-${GOOS}-${GOARCH} main.go
Expand Down

0 comments on commit 545ab7a

Please sign in to comment.