diff --git a/.github/workflows/ent.yml b/.github/workflows/ent.yml index d01e416..26cd5ff 100644 --- a/.github/workflows/ent.yml +++ b/.github/workflows/ent.yml @@ -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 @@ -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