Skip to content

Commit

Permalink
Merge pull request #264 from okp4/dependabot/github_actions/actions/s…
Browse files Browse the repository at this point in the history
…etup-go-5.0.0
  • Loading branch information
dependabot[bot] authored Dec 6, 2023
2 parents 60e2b0b + 3c3d5c1 commit 8b3f810
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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@v3

- name: Setup Go environment
uses: actions/setup-go@v3.5.0
uses: actions/setup-go@v5.0.0
with:
go-version: "1.18.1"

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@v3.5.0
uses: actions/setup-go@v5.0.0
with:
go-version: 1.18

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
token: ${{ secrets.OKP4_TOKEN }}

- name: Setup Go environment
uses: actions/setup-go@v3.5.0
uses: actions/setup-go@v5.0.0
with:
go-version: "1.18.1"

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@v3

- name: Setup Go environment
uses: actions/setup-go@v3.5.0
uses: actions/setup-go@v5.0.0
with:
go-version: "1.18.1"

Expand Down

0 comments on commit 8b3f810

Please sign in to comment.