We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74f3da1 commit 1eeb530Copy full SHA for 1eeb530
.github/workflows/release.yml
@@ -70,7 +70,7 @@ jobs:
70
- name: Set up Go
71
uses: actions/setup-go@v5
72
with:
73
- go-version: ^1.22
+ go-version: ^1.23
74
- name: Get project dependencies
75
run: go mod download
76
- name: Build netstatus-api-go
@@ -89,7 +89,6 @@ jobs:
89
- name: Create zip archive
90
run: |
91
pushd build_assets || exit 1
92
- touch -mt $(date +%Y01010000) *
93
zip -9vr ../netstatus-api-go-$ASSET_NAME.zip .
94
popd || exit 1
95
FILE=./netstatus-api-go-$ASSET_NAME.zip
go.mod
@@ -1,6 +1,6 @@
1
module github.com/The-NeXT-Project/NetStatus-API-Go
2
3
-go 1.22
+go 1.23
4
5
require (
6
github.com/go-chi/chi/v5 v5.1.0
0 commit comments