Skip to content

Commit

Permalink
chore: upgrade from Go 1.21 -> Go 1.22 (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishb authored Jul 15, 2024
1 parent f7dbc7a commit 14b1637
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-goreleaser-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
strategy:
matrix:
# Without quotes, 1.20 becomes 1.2!
go-version: ["1.21"]
go-version: ["1.22"]
steps:
- name: checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/format-go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
strategy:
matrix:
# Without quotes, 1.20 becomes 1.2!
go-version: ["1.21"]
go-version: ["1.22"]
steps:
- name: checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
strategy:
matrix:
# Without quotes, 1.20 becomes 1.2!
go-version: ["1.21"]
go-version: ["1.22"]
steps:
- name: checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
strategy:
matrix:
# Without quotes, 1.20 becomes 1.2!
go-version: ["1.21"]
go-version: ["1.22"]
steps:
- name: checkout
uses: actions/checkout@v4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
strategy:
matrix:
# Without quotes, 1.20 becomes 1.2!
go-version: ["1.21"]
go-version: ["1.22"]
steps:
- name: checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion src/gabo/internal/generator/data/format-go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
strategy:
matrix:
# Without quotes, 1.20 becomes 1.2!
go-version: ["1.21"]
go-version: ["1.22"]
steps:
- name: checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion src/gabo/internal/generator/data/lint-go-incomplete.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
strategy:
matrix:
# Without quotes, 1.20 becomes 1.2!
go-version: ["1.21"]
go-version: ["1.22"]
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 14b1637

Please sign in to comment.