LabCodeHub öffentliche Ansicht
Anmelden
Küpper / Quildrop öffentlich

chore(deps): update actions/setup-go action to v6

R Renovate Bot <renovate@whitesourcesoftware.com> committete am 19.02.2026 08:07
6f9ce33bff795220dc76971426a28879f2bb4eb5
1 geänderte Datei(en) +1 −1
Kontextzeilen: 0 1 2 3 10
geändert .github/workflows/build-and-release.yml
+1 −1 Datei ansehen
@@ -32,21 +32,21 @@ jobs:
32 32
          - goos: darwin
33 33
            goarch: arm64
34 34
          - goos: windows
35 35
            goarch: arm64
36 36
37 37
    steps:
38 38
      - name: Checkout
39 39
        uses: actions/checkout@v4
40 40
41 41
      - name: Setup Go
42 -
        uses: actions/setup-go@v5
42 +
        uses: actions/setup-go@v6
43 43
        with:
44 44
          go-version-file: go.mod
45 45
          cache: true
46 46
47 47
      - name: Build static binary
48 48
        env:
49 49
          GOOS: ${{ matrix.goos }}
50 50
          GOARCH: ${{ matrix.goarch }}
51 51
          CGO_ENABLED: '0'
52 52
        run: |