|
13 | 13 | VERSION_KIND: v0.26.0
|
14 | 14 | VERSION_GOLANGCILINT: latest
|
15 | 15 | VERSION_GOLANG: "1.23.4"
|
16 |
| - VERSION_CHARTRELEASER: '1.6.0' |
17 |
| - VERSION_OCI_BUSYBOX: '1.37.0-glibc' |
18 |
| - VERSION_OCI_ALPINE: '3.20.3' |
| 16 | + VERSION_CHARTRELEASER: "1.6.0" |
| 17 | + VERSION_OCI_BUSYBOX: "1.37.0-glibc" |
| 18 | + VERSION_OCI_ALPINE: "3.21.0" |
19 | 19 |
|
20 | 20 | jobs:
|
21 | 21 | semver:
|
@@ -140,18 +140,18 @@ jobs:
|
140 | 140 | #goarch: [amd64, arm64, riscv64]
|
141 | 141 | goos:
|
142 | 142 | [linux, darwin, freebsd, illumos, netbsd, openbsd, solaris, windows]
|
143 |
| - goarch: [amd64, arm64, riscv64, '386'] |
| 143 | + goarch: [amd64, arm64, riscv64, "386"] |
144 | 144 | exclude:
|
145 | 145 | - { goos: darwin, goarch: riscv64 }
|
146 |
| - - { goos: darwin, goarch: '386' } |
| 146 | + - { goos: darwin, goarch: "386" } |
147 | 147 | - { goos: illumos, goarch: arm64 }
|
148 | 148 | - { goos: illumos, goarch: riscv64 }
|
149 |
| - - { goos: illumos, goarch: '386' } |
| 149 | + - { goos: illumos, goarch: "386" } |
150 | 150 | - { goos: netbsd, goarch: riscv64 }
|
151 | 151 | - { goos: openbsd, goarch: riscv64 }
|
152 | 152 | - { goos: solaris, goarch: arm64 }
|
153 | 153 | - { goos: solaris, goarch: riscv64 }
|
154 |
| - - { goos: solaris, goarch: '386' } |
| 154 | + - { goos: solaris, goarch: "386" } |
155 | 155 | - { goos: windows, goarch: riscv64 }
|
156 | 156 | steps:
|
157 | 157 | - name: Checkout Repository
|
|
0 commit comments