Skip to content

Commit

Permalink
ci(tools): update actions/setup-go action to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 6, 2023
1 parent f6d968c commit b65725c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Setup golang
id: golang
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ^1.19.0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: Setup golang
id: golang
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ^1.19.0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Setup golang
id: golang
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ^1.19.0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Setup golang
id: golang
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ^1.19.0

Expand Down

0 comments on commit b65725c

Please sign in to comment.