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 cd69310 commit 36b6af6Copy full SHA for 36b6af6
2 files changed
.github/workflows/test_and_deploy.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Set up Go
14
uses: actions/setup-go@v4
15
with:
16
- go-version: "1.23.1"
+ go-version: "1.24.4"
17
18
- name: Update repos
19
run: sudo apt update && sudo apt upgrade
go.mod
@@ -1,8 +1,6 @@
1
module github.com/NHAS/wag
2
3
-go 1.24.0
4
-
5
-toolchain go1.24.4
+go 1.24.4
6
7
require (
8
github.com/NHAS/autoetcdtls v0.0.0-20240225231227-9d5906c5b4f2
0 commit comments