Skip to content

Commit

Permalink
latest stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed Feb 6, 2024
1 parent a5facbc commit 749c4f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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.20"
GO_VERSION: "1.21"
FAKTORY_VERSION: 1.8.0
steps:
- uses: actions/checkout@v4
Expand All @@ -29,7 +29,7 @@ jobs:
- name: Launch Faktory in background
run: faktory &
- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: ${{ env.GO_VERSION }}
- name: Prepare
Expand Down

0 comments on commit 749c4f4

Please sign in to comment.