Skip to content

Commit

Permalink
Merge pull request #2 from nlnwa/dependabot/github_actions/actions/se…
Browse files Browse the repository at this point in the history
…tup-go-5
  • Loading branch information
dependabot[bot] authored Dec 13, 2023
2 parents 8defb3f + 2fdbeff commit e80544b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
with:
lfs: true
- name: Setup go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: "1.21"
cache: false
Expand All @@ -26,7 +26,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: "1.21"
cache: false
Expand Down

0 comments on commit e80544b

Please sign in to comment.