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 e5f5242 commit e8e1c23Copy full SHA for e8e1c23
.github/workflows/ci.yaml
@@ -62,25 +62,6 @@ jobs:
62
- 'charts/ingress-nginx/**/*'
63
- 'NGINX_BASE'
64
65
- gofmt:
66
- runs-on: ubuntu-latest
67
- needs: changes
68
- if: |
69
- (needs.changes.outputs.go == 'true')
70
- steps:
71
- - name: Checkout
72
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
73
-
74
- - name: Set up Go
75
- id: go
76
- uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
77
- with:
78
- go-version: '1.21.1'
79
- check-latest: true
80
81
- - name: Run go-fmt
82
- run: ./hack/verify-gofmt.sh
83
84
test-go:
85
runs-on: ubuntu-latest
86
needs: changes
0 commit comments