Skip to content

Commit 1eeb530

Browse files
author
Cat
committed
chore: bump go to 1.23
1 parent 74f3da1 commit 1eeb530

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- name: Set up Go
7171
uses: actions/setup-go@v5
7272
with:
73-
go-version: ^1.22
73+
go-version: ^1.23
7474
- name: Get project dependencies
7575
run: go mod download
7676
- name: Build netstatus-api-go
@@ -89,7 +89,6 @@ jobs:
8989
- name: Create zip archive
9090
run: |
9191
pushd build_assets || exit 1
92-
touch -mt $(date +%Y01010000) *
9392
zip -9vr ../netstatus-api-go-$ASSET_NAME.zip .
9493
popd || exit 1
9594
FILE=./netstatus-api-go-$ASSET_NAME.zip

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/The-NeXT-Project/NetStatus-API-Go
22

3-
go 1.22
3+
go 1.23
44

55
require (
66
github.com/go-chi/chi/v5 v5.1.0

0 commit comments

Comments
 (0)