Skip to content

Commit

Permalink
Merge pull request #311 from leanix/renovate/actions-setup-go-5.x
Browse files Browse the repository at this point in the history
Update actions/setup-go action to v5
  • Loading branch information
Quentin Vaucher authored Apr 4, 2024
2 parents 38d3fe0 + cb09e7a commit 8e8b5ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v2

- name: Install Go
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: 1.21

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release_version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v2

- name: Install Go
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: 1.18.3

Expand All @@ -37,7 +37,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- uses: actions/setup-go@v2
- uses: actions/setup-go@v5
with:
go-version: 1.18.3

Expand Down

0 comments on commit 8e8b5ed

Please sign in to comment.