chore(deps): bump actions/setup-go from 2 to 6 (#465)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-03-08 16:08:37 -07:00
committed by GitHub
parent 171ce81a99
commit 6f89971cc4
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@v2
uses: actions/setup-go@v6
with:
go-version: '1.22'
- id: go-cache-paths

View File

@@ -27,7 +27,7 @@ jobs:
uses: actions/checkout@master
- run: git fetch --tags
- name: Setup Go
uses: actions/setup-go@v2
uses: actions/setup-go@v6
with:
go-version: '1.22'
- name: Install Snapcraft