File tree Expand file tree Collapse file tree 2 files changed +11
-14
lines changed
Expand file tree Collapse file tree 2 files changed +11
-14
lines changed Original file line number Diff line number Diff line change @@ -11,23 +11,23 @@ jobs:
1111 build :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v2
14+ - uses : actions/checkout@v3
1515
1616 - name : Set up Go
17- uses : actions/setup-go@v2
17+ uses : actions/setup-go@v3
1818 with :
1919 go-version : 1.18
2020
2121 - name : Fmt
2222 run : go fmt ./...
23-
23+
2424 - name : Vet
2525 run : go vet ./...
2626
2727 - name : Test
2828 run : go test -coverprofile c.out ./...
29-
30- - name : Code Coverage
29+
30+ - name : Code Coverage
3131 uses : aktions/codeclimate-test-reporter@v1
3232 if : github.ref == 'refs/heads/main'
3333 with :
38383939# with:
4040# install_local_path_provisioner: true
41-
42- # - name: cert install
43- # run: kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.1.1/cert-manager.yaml
44-
45- # - name: helm install
46- # run: helm install my-release ./mychart -n my-namespace --create-namespace
4741
48-
42+ # - name: cert install
43+ # run: kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.1.1/cert-manager.yaml
4944
45+ # - name: helm install
46+ # run: helm install my-release ./mychart -n my-namespace --create-namespace
Original file line number Diff line number Diff line change 99 goreleaser :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v2
13- - uses : actions/setup-go@v2
12+ - uses : actions/checkout@v3
13+ - uses : actions/setup-go@v3
1414 with :
1515 go-version : 1.18
1616 - name : Run GoReleaser
You can’t perform that action at this time.
0 commit comments