Merge pull request #1019 from fosrl/dependabot/github_actions/actions/setup-go-5

Bump actions/setup-go from 4 to 5
This commit is contained in:
Owen Schwartz 2025-07-06 10:02:29 -07:00 committed by GitHub
commit 13ff15311a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,7 +28,7 @@ jobs:
run: echo "TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
- name: Install Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.23.0