Skip to content

Commit 36b6af6

Browse files
committed
Bump golang version in ci/cd
1 parent cd69310 commit 36b6af6

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/test_and_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up Go
1414
uses: actions/setup-go@v4
1515
with:
16-
go-version: "1.23.1"
16+
go-version: "1.24.4"
1717

1818
- name: Update repos
1919
run: sudo apt update && sudo apt upgrade

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/NHAS/wag
22

3-
go 1.24.0
4-
5-
toolchain go1.24.4
3+
go 1.24.4
64

75
require (
86
github.com/NHAS/autoetcdtls v0.0.0-20240225231227-9d5906c5b4f2

0 commit comments

Comments
 (0)