Skip to content

Commit

Permalink
Merge pull request #17 from jeremmfr/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-4

workflows: bump actions/checkout from 3 to 4
  • Loading branch information
jeremmfr authored Sep 18, 2023
2 parents 78d4437 + efdeeac commit 1d417fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
go-version: '1.21'
id: go
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Test
run: go test -race -v ./... -coverprofile=coverage.out -covermode=atomic

Expand Down

0 comments on commit 1d417fd

Please sign in to comment.