Skip to content

Commit 2f27009

Browse files
Copilotziflex
andcommitted
Update Go version from 1.21 to 1.23
Co-authored-by: ziflex <[email protected]>
1 parent afd7255 commit 2f27009

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Go 1.x
1818
uses: actions/setup-go@v5
1919
with:
20-
go-version: ^1.21
20+
go-version: ^1.23
2121
id: go
2222

2323
- name: Set up linter

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/go-waitfor/waitfor-postgres
22

3-
go 1.21
3+
go 1.23
44

55
require (
66
github.com/go-waitfor/waitfor v1.0.0

0 commit comments

Comments
 (0)