Skip to content

Commit

Permalink
Merge pull request #5 from konflux-ci/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/setup-go-5

Bump actions/setup-go from 4 to 5
  • Loading branch information
arewm authored Apr 25, 2024
2 parents e2b059e + 2205098 commit 9761a57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
node-version-file: 'package.json'

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
node-version-file: 'package.json'

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

Expand Down

0 comments on commit 9761a57

Please sign in to comment.