Skip to content

Commit

Permalink
Merge pull request #169 from Revolyssup/kubeopenapi
Browse files Browse the repository at this point in the history
upgrade meshkit and adapter library
  • Loading branch information
Revolyssup authored Mar 12, 2022
2 parents a553a92 + e459ec6 commit 54ff16f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v1
with:
go-version: ${{ secrets.GO_VERSION }}
go-version: 1.16
- run: GOPROXY=https://proxy.golang.org,direct GOSUMDB=off GO111MODULE=on go build .
docker:
name: Docker build and push
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/error-ref-publisher.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v1
with:
go-version: ${{ secrets.GO_VERSION }}
go-version: 1.16

- name: Run utility
run: |
Expand Down

0 comments on commit 54ff16f

Please sign in to comment.