Skip to content

Commit

Permalink
Use go 1.22 (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
akajla09 authored Feb 20, 2024
1 parent ab859e7 commit 0e7d807
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Go env
uses: actions/setup-go@v4
with:
go-version: "^1.21.0"
go-version: "^1.22.0"
- name: Checkout
uses: actions/checkout@v3
with:
Expand All @@ -36,7 +36,7 @@ jobs:
- name: Setup Go env
uses: actions/setup-go@v4
with:
go-version: "^1.21.0"
go-version: "^1.22.0"
cache: false
- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mysql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Go env
uses: actions/setup-go@v4
with:
go-version: "^1.21.0"
go-version: "^1.22.0"
- name: Checkout
uses: actions/checkout@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/postgres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Go env
uses: actions/setup-go@v4
with:
go-version: "^1.21.0"
go-version: "^1.22.0"
- name: Checkout
uses: actions/checkout@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Go env
uses: actions/setup-go@v4
with:
go-version: "^1.21.0"
go-version: "^1.22.0"
- name: Docker login
uses: docker/login-action@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sqlite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Go env
uses: actions/setup-go@v4
with:
go-version: "^1.21.0"
go-version: "^1.22.0"
- name: Checkout
uses: actions/checkout@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/warrant-dev/warrant

go 1.21
go 1.22

require (
github.com/alecthomas/participle/v2 v2.1.1
Expand Down

0 comments on commit 0e7d807

Please sign in to comment.