Skip to content

Commit

Permalink
Merge pull request #5 from okp4/dependabot/github_actions/actions/set…
Browse files Browse the repository at this point in the history
…up-go-5.0.0
  • Loading branch information
dependabot[bot] authored Mar 25, 2024
2 parents 8403f36 + 41ec57e commit ac33605
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Go environment
uses: actions/setup-go@v4.0.1
uses: actions/setup-go@v5.0.0
with:
go-version: "1.21"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
go.sum
- name: Setup Go environment
uses: actions/setup-go@v4.0.1
uses: actions/setup-go@v5.0.0
if: steps.changed-go-files.outputs.any_changed == 'true'
with:
go-version: "1.21"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Go environment
uses: actions/setup-go@v4.0.1
uses: actions/setup-go@v5.0.0
with:
go-version: "1.21"

Expand Down

0 comments on commit ac33605

Please sign in to comment.