Skip to content

Commit

Permalink
chore: bump go to 1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
Cat committed Feb 25, 2025
1 parent 3ff6b69 commit 639b08f
Show file tree
Hide file tree
Showing 6 changed files with 1,411 additions and 767 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ^1.22
go-version: ^1.23
- name: Get project dependencies
run: go mod download
- name: Build next-server
Expand All @@ -96,7 +96,6 @@ jobs:
- name: Create zip archive
run: |
pushd build_assets || exit 1
touch -mt $(date +%Y01010000) *
zip -9vr ../next-server-$ASSET_NAME.zip .
popd || exit 1
FILE=./next-server-$ASSET_NAME.zip
Expand Down
Loading

0 comments on commit 639b08f

Please sign in to comment.