File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,10 +11,11 @@ permissions:
1111
1212jobs :
1313 build :
14+ name : ${{ matrix.os }} / ${{ matrix.go-version || 'minimum' }}
1415 strategy :
1516 matrix :
1617 go-version :
17- - 1.25.x # oldest supported (see go.mod)
18+ - " " # leave empty to use go-version-file (use go.mod); see https://github.com/actions/setup-go/issues/450#issuecomment-3620402646
1819 - oldstable
1920 - stable
2021 os : [ubuntu-latest, windows-latest, macos-latest]
2930 uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
3031 with :
3132 go-version : ${{ matrix.go-version }}
33+ go-version-file : go.mod # used when go-version is empty.
3234
3335 - name : lint
3436 uses : golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
Original file line number Diff line number Diff line change 11module github.com/moby/go-archive
22
3- go 1.25.0
3+ go 1.25
44
55require (
66 github.com/AdaLogics/go-fuzz-headers v0.0.0-20240806141605-e8a1dd7889d6
You can’t perform that action at this time.
0 commit comments