We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bc00eb commit 9e421b9Copy full SHA for 9e421b9
.github/workflows/build.yaml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
matrix:
16
os: ['ubuntu-20.04', 'ubuntu-22.04']
17
- go: ['1.16', '1.17']
+ go: ['1.17', '1.18', '1.19']
18
# Build all variants regardless of failures
19
fail-fast: false
20
@@ -49,13 +49,6 @@ jobs:
49
- run: |
50
make tidy
51
git diff --exit-code
52
- # opencontainers/selinux uses Go 1.16's io/fs package with "go1.16"
53
- # build tag. However, since go mod tidy acts as like all build tags
54
- # are enabled, the file below included in go mod tidy, even
55
- # Go is < 1.16.
56
- # https://github.com/opencontainers/selinux/blob/v1.9.1/go-selinux/rchcon.go
57
- # https://golang.org/ref/mod
58
- if: matrix.go >= '1.16'
59
60
make proto
61
0 commit comments