Skip to content

Commit 0e7d807

Browse files
authored
Use go 1.22 (#300)
1 parent ab859e7 commit 0e7d807

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/workflows/go.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup Go env
1616
uses: actions/setup-go@v4
1717
with:
18-
go-version: "^1.21.0"
18+
go-version: "^1.22.0"
1919
- name: Checkout
2020
uses: actions/checkout@v3
2121
with:
@@ -36,7 +36,7 @@ jobs:
3636
- name: Setup Go env
3737
uses: actions/setup-go@v4
3838
with:
39-
go-version: "^1.21.0"
39+
go-version: "^1.22.0"
4040
cache: false
4141
- name: Checkout
4242
uses: actions/checkout@v3

.github/workflows/mysql.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Go env
1717
uses: actions/setup-go@v4
1818
with:
19-
go-version: "^1.21.0"
19+
go-version: "^1.22.0"
2020
- name: Checkout
2121
uses: actions/checkout@v3
2222
with:

.github/workflows/postgres.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Go env
1717
uses: actions/setup-go@v4
1818
with:
19-
go-version: "^1.21.0"
19+
go-version: "^1.22.0"
2020
- name: Checkout
2121
uses: actions/checkout@v3
2222
with:

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup Go env
1616
uses: actions/setup-go@v4
1717
with:
18-
go-version: "^1.21.0"
18+
go-version: "^1.22.0"
1919
- name: Docker login
2020
uses: docker/login-action@v2
2121
with:

.github/workflows/sqlite.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Go env
1717
uses: actions/setup-go@v4
1818
with:
19-
go-version: "^1.21.0"
19+
go-version: "^1.22.0"
2020
- name: Checkout
2121
uses: actions/checkout@v3
2222
with:

go.mod

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

3-
go 1.21
3+
go 1.22
44

55
require (
66
github.com/alecthomas/participle/v2 v2.1.1

0 commit comments

Comments
 (0)