Skip to content

Commit

Permalink
ci: switch Go "1.20" -> "1.21" in GitHub Actions (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishb authored Nov 13, 2023
1 parent d7a3031 commit 4b00c30
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.20"]
go-version: ["1.21"]
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.20"]
go-version: ["1.21"]
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.20"]
go-version: ["1.21"]
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.20"]
go-version: ["1.21"]
steps:
- name: checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 4b00c30

Please sign in to comment.