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 80f78be commit 1a1e21bCopy full SHA for 1a1e21b
.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Set up Golang
19
uses: actions/setup-go@v5
20
with:
21
- go-version: '1.21'
+ go-version: '1.23'
22
23
- name: Get dependencies
24
run: |
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
14
15
16
17
- name: Check out code into the Go module directory
uses: actions/checkout@v4
go.mod
@@ -1,7 +1,6 @@
1
module github.com/cybertec-postgresql/vip-manager
2
3
-go 1.21.0
4
-toolchain go1.22.5
+go 1.23.0
5
6
require (
7
github.com/hashicorp/consul/api v1.29.4
0 commit comments