mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-07-21 11:40:56 +00:00
Revert Go 1.17 upgrade
This commit is contained in:
parent
8b52a950d5
commit
e894ed4621
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@ -224,10 +224,10 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [docker-manifest, gcp-registry]
|
needs: [docker-manifest, gcp-registry]
|
||||||
steps:
|
steps:
|
||||||
- name: Set up Go 1.17
|
- name: Set up Go 1.16
|
||||||
uses: actions/setup-go@v2
|
uses: actions/setup-go@v2
|
||||||
with:
|
with:
|
||||||
go-version: '1.17'
|
go-version: '1.16'
|
||||||
|
|
||||||
- name: Check out the repo
|
- name: Check out the repo
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
@ -13,7 +13,7 @@ RUN npm run build
|
|||||||
|
|
||||||
|
|
||||||
### Base of the builder image
|
### Base of the builder image
|
||||||
FROM golang:1.17-bullseye AS builder-base
|
FROM golang:1.16-bullseye AS builder-base
|
||||||
|
|
||||||
# Set necessary environment variables needed for our image.
|
# Set necessary environment variables needed for our image.
|
||||||
ENV CGO_ENABLED=1 GOOS=linux GOARCH=${GOARCH}
|
ENV CGO_ENABLED=1 GOOS=linux GOARCH=${GOARCH}
|
||||||
|
Loading…
Reference in New Issue
Block a user