Skip to content

Commit

Permalink
bump go
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed Apr 25, 2024
1 parent 5f28468 commit b4a9322
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 @@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.20"
go-version: "1.22"

- name: Prepare
run: make prepare
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
test:
runs-on: macos-latest
env:
GO_VERSION: "1.21"
GO_VERSION: "1.22"
FAKTORY_VERSION: 1.8.0
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit b4a9322

Please sign in to comment.