Skip to content

Commit

Permalink
chore: bump github actions to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaud-deprez committed Dec 6, 2023
1 parent 90ae614 commit 80c4c3e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ jobs:
fi
- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: ^1.18
go-version: ^1.21
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Unshallow git repo
run: git fetch --prune --unshallow
Expand All @@ -47,7 +47,7 @@ jobs:
- name: Test
run: make --environment-overrides test-integration

- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true # optional (default = false)

Expand Down

0 comments on commit 80c4c3e

Please sign in to comment.