Merge pull request #4 from jwetzell/dependabot/github_actions/actions/setup-go-6

Bump actions/setup-go from 5 to 6
This commit is contained in:
Joel Wetzell
2025-12-02 08:16:44 -06:00
committed by GitHub

View File

@@ -17,7 +17,7 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
- name: setup go - name: setup go
uses: actions/setup-go@v5 uses: actions/setup-go@v6
with: with:
go-version-file: 'go.mod' go-version-file: 'go.mod'
- name: release - name: release