Skip to content

Commit

Permalink
build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Distortions81 committed Jan 19, 2025
1 parent aadd7ec commit 7d7fc36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v3
- uses: wangyoucao577/go-release-action@v1
with:
go-version: '>=1.21.0'
go-version: '>=1.23.0'
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: linux
goarch: amd64
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.19
go-version: 1.23

- name: Build
run: go build -v ./...
Expand Down

0 comments on commit 7d7fc36

Please sign in to comment.