Skip to content

Commit

Permalink
Merge pull request #73 from memes/dependabot/github_actions/actions/s…
Browse files Browse the repository at this point in the history
…etup-go-5
  • Loading branch information
dependabot[bot] authored Dec 12, 2023
2 parents de0c32d + fad6e91 commit 801e3de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Checkout source
uses: actions/checkout@v4
- name: Setup go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: true
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Checkout source
uses: actions/checkout@v4
- name: Setup go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: true
Expand All @@ -53,7 +53,7 @@ jobs:
- name: Checkout source
uses: actions/checkout@v4
- name: Setup go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: true
Expand Down

0 comments on commit 801e3de

Please sign in to comment.