Skip to content

Commit e872276

Browse files
authored
Merge pull request #6 from OpenVirtualCluster/dependabot/github_actions/actions/setup-go-5
chore(deps): bump actions/setup-go from 4 to 5
2 parents a3445ab + 17a055b commit e872276

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v4
1818

19-
- uses: actions/setup-go@v4
19+
- uses: actions/setup-go@v5
2020
with:
2121
go-version-file: 'go.mod'
2222
cache: true

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ jobs:
208208
uses: actions/checkout@v4
209209

210210
- name: Setup Go
211-
uses: actions/setup-go@v4
211+
uses: actions/setup-go@v5
212212
with:
213213
go-version-file: 'go.mod'
214214

0 commit comments

Comments
 (0)