mirror of
https://github.com/imjasonh/kontain.me
synced 2026-07-08 09:04:54 +00:00
use 1.18 for CI, don't install Go to deploy
This commit is contained in:
parent
91b674dbc1
commit
d2bd856985
2 changed files with 1 additions and 4 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
|
@ -14,6 +14,6 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.16
|
||||
go-version: 1.18
|
||||
- uses: actions/checkout@v3
|
||||
- run: go build ./...
|
||||
|
|
|
|||
3
.github/workflows/deploy.yaml
vendored
3
.github/workflows/deploy.yaml
vendored
|
|
@ -18,9 +18,6 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
|
||||
# Install tools.
|
||||
- uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: 1.17.x
|
||||
- uses: imjasonh/setup-ko@v0.4
|
||||
env:
|
||||
KO_DOCKER_REPO: gcr.io/kontaindotme
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue