Skip to content

Commit c8d9841

Browse files
authored
Merge pull request #2160 from coreosbot-releng/repo-templates
Sync repo templates ⚙
2 parents a89624f + 535ea65 commit c8d9841

8 files changed

Lines changed: 4 additions & 10 deletions

File tree

.github/workflows/go.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
name: Test
2121
strategy:
2222
matrix:
23-
go-version: [1.23.x, 1.24.x]
23+
go-version: [1.24.x, 1.25.x]
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: Set up Go 1.x
@@ -54,7 +54,7 @@ jobs:
5454
- name: Run linter
5555
uses: golangci/golangci-lint-action@v8
5656
with:
57-
version: v2.1.6
57+
version: v2.6.2
5858
regenerate:
5959
name: Regenerate
6060
runs-on: ubuntu-latest
@@ -64,7 +64,7 @@ jobs:
6464
- name: Set up Go 1.x
6565
uses: actions/setup-go@v5
6666
with:
67-
go-version: 1.24.x
67+
go-version: 1.25.x
6868
- name: Install schematyper
6969
run: |
7070
# "go install github.com/idubinskiy/schematyper:latest" fails with

.github/workflows/ignition-validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
name: Test ignition-validate
2121
strategy:
2222
matrix:
23-
go-version: [1.24.x]
23+
go-version: [1.25.x]
2424
os: [macos-latest, windows-latest]
2525
runs-on: ${{ matrix.os }}
2626
steps:

internal/as_user/as_user.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
// limitations under the License.
1414

1515
//go:build linux
16-
// +build linux
1716

1817
package as_user
1918

internal/exec/util/blkid.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
// limitations under the License.
1414

1515
//go:build linux
16-
// +build linux
1716

1817
package util
1918

internal/exec/util/user_group_lookup.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
// limitations under the License.
1414

1515
//go:build linux
16-
// +build linux
1716

1817
package util
1918

internal/providers/qemu/qemu_blockdev.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
// limitations under the License.
1414

1515
//go:build s390x || ppc64le
16-
// +build s390x ppc64le
1716

1817
// The QEMU provider on s390x and ppc64le fetches a configuration file from an
1918
// attached block device with id 'virtio-ignition'.

internal/providers/qemu/qemu_fwcfg.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
// limitations under the License.
1414

1515
//go:build !s390x && !ppc64le
16-
// +build !s390x,!ppc64le
1716

1817
// The default QEMU provider fetches a local configuration from the firmware
1918
// config interface (opt/com.coreos/config). Platforms without support for

internal/providers/vmware/vmware_unsupported.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
// interface.
1717

1818
//go:build !amd64
19-
// +build !amd64
2019

2120
package vmware
2221

0 commit comments

Comments
 (0)