Skip to content

Commit

Permalink
Bump Go version in GHA workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
nineinchnick committed Aug 19, 2024
1 parent f6c29a2 commit d64a6b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go: ['>=1.22', '1.21']
go: ['>=1.23', '1.21']
trino: ['latest', '372']
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.22"
go-version: "1.23"

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
Expand Down

0 comments on commit d64a6b6

Please sign in to comment.