Skip to content

Commit 1a1e21b

Browse files
authored
[+] bump Go to v1.23 (#259)
1 parent 80f78be commit 1a1e21b

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Golang
1919
uses: actions/setup-go@v5
2020
with:
21-
go-version: '1.21'
21+
go-version: '1.23'
2222

2323
- name: Get dependencies
2424
run: |

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Golang
1515
uses: actions/setup-go@v5
1616
with:
17-
go-version: '1.21'
17+
go-version: '1.23'
1818

1919
- name: Check out code into the Go module directory
2020
uses: actions/checkout@v4

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
module github.com/cybertec-postgresql/vip-manager
22

3-
go 1.21.0
4-
toolchain go1.22.5
3+
go 1.23.0
54

65
require (
76
github.com/hashicorp/consul/api v1.29.4

0 commit comments

Comments
 (0)