Merge pull request #506 from ahmetb/dependabot/github_actions/actions/setup-go-7

chore(deps): bump actions/setup-go from 6 to 7
This commit is contained in:
github-actions[bot]
2026-07-19 01:44:06 +00:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ jobs:
- name: Checkout
uses: actions/checkout@master
- name: Setup Go
uses: actions/setup-go@v6
uses: actions/setup-go@v7
with:
go-version: '1.25'
- id: go-cache-paths

View File

@@ -28,7 +28,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v6
uses: actions/setup-go@v7
with:
go-version: '1.25'
- name: Install Snapcraft