Skip to content

Commit

Permalink
Bump go version in release action
Browse files Browse the repository at this point in the history
  • Loading branch information
ua741 committed Oct 12, 2023
1 parent 29342f0 commit 3f7e4a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: '1.15.3'
go-version: '1.20.5'

- name: Build Linux binary
run: CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o authy-export-linux-amd64 -ldflags "-s -w" cmd/authy-export/authy-export.go
Expand Down

0 comments on commit 3f7e4a0

Please sign in to comment.