Skip to content

Commit

Permalink
Merge pull request #102 from ferama/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-go-5

Bump actions/setup-go from 4 to 5
  • Loading branch information
ferama authored Dec 11, 2023
2 parents 3a31d34 + 62433df commit 7560800
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4

- name: Setup Go environment
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: '^1.21.0'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fetch-depth: 2

- name: Setup Go environment
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: '^1.20.0'

Expand Down

0 comments on commit 7560800

Please sign in to comment.