Skip to content

Commit

Permalink
try checkout v4, you never know..
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricve committed Jan 1, 2024
1 parent 4bd49db commit 4931700
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
runs-on: ubuntu-latest
container:
image: kerberos/base:0a50dc9
options: --user 1001

strategy:
matrix:
Expand All @@ -25,7 +24,7 @@ jobs:
with:
go-version: ${{ matrix.go-version }}
- name: Check out code into the Go module directory
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Get dependencies
run: cd machinery && go mod download
- name: Build
Expand Down

0 comments on commit 4931700

Please sign in to comment.