Merge pull request #487 from Flomp/037adependabot/github_actions/actions/setup-go-5

Bump actions/setup-go from 4 to 5
This commit is contained in:
Jonas Plum
2025-08-28 20:17:40 +02:00
committed by GitHub

View File

@@ -58,7 +58,7 @@ jobs:
ref: ${{ github.ref }} ref: ${{ github.ref }}
- name: Setup Go - name: Setup Go
uses: actions/setup-go@v4 uses: actions/setup-go@v5
with: with:
go-version: '1.22' go-version: '1.22'