Merge pull request #15211 from kubernetes/dependabot/github_actions/actions/setup-go-3.3.1
Bump actions/setup-go from 3.3.0 to 3.3.1pull/15208/head
commit
6f51c730d8
|
@ -21,7 +21,7 @@ jobs:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
|
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
|
||||||
- uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
|
- uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f
|
||||||
with:
|
with:
|
||||||
go-version: ${{env.GO_VERSION}}
|
go-version: ${{env.GO_VERSION}}
|
||||||
- name: Download Dependencies
|
- name: Download Dependencies
|
||||||
|
@ -47,7 +47,7 @@ jobs:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
|
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
|
||||||
- uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
|
- uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f
|
||||||
with:
|
with:
|
||||||
go-version: ${{env.GO_VERSION}}
|
go-version: ${{env.GO_VERSION}}
|
||||||
- name: Install libvirt
|
- name: Install libvirt
|
||||||
|
@ -65,7 +65,7 @@ jobs:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
|
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
|
||||||
- uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
|
- uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f
|
||||||
with:
|
with:
|
||||||
go-version: ${{env.GO_VERSION}}
|
go-version: ${{env.GO_VERSION}}
|
||||||
- name: Install libvirt
|
- name: Install libvirt
|
||||||
|
|
|
@ -16,7 +16,7 @@ jobs:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
|
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
|
||||||
- uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
|
- uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f
|
||||||
with:
|
with:
|
||||||
go-version: ${{env.GO_VERSION}}
|
go-version: ${{env.GO_VERSION}}
|
||||||
- name: Generate Docs
|
- name: Generate Docs
|
||||||
|
|
|
@ -35,7 +35,7 @@ jobs:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
|
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
|
||||||
- uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
|
- uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f
|
||||||
with:
|
with:
|
||||||
go-version: ${{env.GO_VERSION}}
|
go-version: ${{env.GO_VERSION}}
|
||||||
- name: Download Dependencies
|
- name: Download Dependencies
|
||||||
|
@ -114,7 +114,7 @@ jobs:
|
||||||
echo "--------------------------"
|
echo "--------------------------"
|
||||||
hostname || true
|
hostname || true
|
||||||
echo "--------------------------"
|
echo "--------------------------"
|
||||||
- uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
|
- uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f
|
||||||
with:
|
with:
|
||||||
go-version: ${{env.GO_VERSION}}
|
go-version: ${{env.GO_VERSION}}
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@ jobs:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
|
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
|
||||||
- uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
|
- uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f
|
||||||
with:
|
with:
|
||||||
go-version: ${{env.GO_VERSION}}
|
go-version: ${{env.GO_VERSION}}
|
||||||
- name: Update Leaderboard
|
- name: Update Leaderboard
|
||||||
|
|
|
@ -25,7 +25,7 @@ jobs:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
|
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
|
||||||
- uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
|
- uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f
|
||||||
with:
|
with:
|
||||||
go-version: ${{env.GO_VERSION}}
|
go-version: ${{env.GO_VERSION}}
|
||||||
- name: Download Dependencies
|
- name: Download Dependencies
|
||||||
|
@ -51,7 +51,7 @@ jobs:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
|
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
|
||||||
- uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
|
- uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f
|
||||||
with:
|
with:
|
||||||
go-version: ${{env.GO_VERSION}}
|
go-version: ${{env.GO_VERSION}}
|
||||||
- name: Install libvirt
|
- name: Install libvirt
|
||||||
|
@ -69,7 +69,7 @@ jobs:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
|
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
|
||||||
- uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
|
- uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f
|
||||||
with:
|
with:
|
||||||
go-version: ${{env.GO_VERSION}}
|
go-version: ${{env.GO_VERSION}}
|
||||||
- name: Install libvirt
|
- name: Install libvirt
|
||||||
|
@ -116,7 +116,7 @@ jobs:
|
||||||
echo "--------------------------"
|
echo "--------------------------"
|
||||||
docker ps || true
|
docker ps || true
|
||||||
echo "--------------------------"
|
echo "--------------------------"
|
||||||
- uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
|
- uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f
|
||||||
with:
|
with:
|
||||||
go-version: ${{env.GO_VERSION}}
|
go-version: ${{env.GO_VERSION}}
|
||||||
- name: Install gopogh
|
- name: Install gopogh
|
||||||
|
@ -216,7 +216,7 @@ jobs:
|
||||||
echo "--------------------------"
|
echo "--------------------------"
|
||||||
docker ps || true
|
docker ps || true
|
||||||
echo "--------------------------"
|
echo "--------------------------"
|
||||||
- uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
|
- uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f
|
||||||
with:
|
with:
|
||||||
go-version: ${{env.GO_VERSION}}
|
go-version: ${{env.GO_VERSION}}
|
||||||
- name: Install gopogh
|
- name: Install gopogh
|
||||||
|
@ -320,7 +320,7 @@ jobs:
|
||||||
echo "--------------------------"
|
echo "--------------------------"
|
||||||
podman ps || true
|
podman ps || true
|
||||||
echo "--------------------------"
|
echo "--------------------------"
|
||||||
- uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
|
- uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f
|
||||||
with:
|
with:
|
||||||
go-version: ${{env.GO_VERSION}}
|
go-version: ${{env.GO_VERSION}}
|
||||||
- name: Install gopogh
|
- name: Install gopogh
|
||||||
|
@ -406,7 +406,7 @@ jobs:
|
||||||
curl -LO "https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/darwin/amd64/kubectl"
|
curl -LO "https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/darwin/amd64/kubectl"
|
||||||
sudo install kubectl /usr/local/bin/kubectl
|
sudo install kubectl /usr/local/bin/kubectl
|
||||||
kubectl version --client=true
|
kubectl version --client=true
|
||||||
- uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
|
- uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f
|
||||||
with:
|
with:
|
||||||
go-version: ${{env.GO_VERSION}}
|
go-version: ${{env.GO_VERSION}}
|
||||||
- name: Install gopogh
|
- name: Install gopogh
|
||||||
|
@ -505,7 +505,7 @@ jobs:
|
||||||
curl -LO "https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl"
|
curl -LO "https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl"
|
||||||
sudo install kubectl /usr/local/bin/kubectl
|
sudo install kubectl /usr/local/bin/kubectl
|
||||||
kubectl version --client=true
|
kubectl version --client=true
|
||||||
- uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
|
- uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f
|
||||||
with:
|
with:
|
||||||
go-version: ${{env.GO_VERSION}}
|
go-version: ${{env.GO_VERSION}}
|
||||||
# conntrack is required for kubernetes 1.18 and higher
|
# conntrack is required for kubernetes 1.18 and higher
|
||||||
|
|
|
@ -23,7 +23,7 @@ jobs:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
|
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
|
||||||
- uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
|
- uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f
|
||||||
with:
|
with:
|
||||||
go-version: ${{env.GO_VERSION}}
|
go-version: ${{env.GO_VERSION}}
|
||||||
- name: Download Dependencies
|
- name: Download Dependencies
|
||||||
|
@ -49,7 +49,7 @@ jobs:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
|
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
|
||||||
- uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
|
- uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f
|
||||||
with:
|
with:
|
||||||
go-version: ${{env.GO_VERSION}}
|
go-version: ${{env.GO_VERSION}}
|
||||||
- name: Install libvirt
|
- name: Install libvirt
|
||||||
|
@ -67,7 +67,7 @@ jobs:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
|
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
|
||||||
- uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
|
- uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f
|
||||||
with:
|
with:
|
||||||
go-version: ${{env.GO_VERSION}}
|
go-version: ${{env.GO_VERSION}}
|
||||||
- name: Install libvirt
|
- name: Install libvirt
|
||||||
|
@ -114,7 +114,7 @@ jobs:
|
||||||
echo "--------------------------"
|
echo "--------------------------"
|
||||||
docker ps || true
|
docker ps || true
|
||||||
echo "--------------------------"
|
echo "--------------------------"
|
||||||
- uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
|
- uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f
|
||||||
with:
|
with:
|
||||||
go-version: ${{env.GO_VERSION}}
|
go-version: ${{env.GO_VERSION}}
|
||||||
- name: Install gopogh
|
- name: Install gopogh
|
||||||
|
@ -214,7 +214,7 @@ jobs:
|
||||||
echo "--------------------------"
|
echo "--------------------------"
|
||||||
docker ps || true
|
docker ps || true
|
||||||
echo "--------------------------"
|
echo "--------------------------"
|
||||||
- uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
|
- uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f
|
||||||
with:
|
with:
|
||||||
go-version: ${{env.GO_VERSION}}
|
go-version: ${{env.GO_VERSION}}
|
||||||
- name: Install gopogh
|
- name: Install gopogh
|
||||||
|
@ -319,7 +319,7 @@ jobs:
|
||||||
echo "--------------------------"
|
echo "--------------------------"
|
||||||
podman ps || true
|
podman ps || true
|
||||||
echo "--------------------------"
|
echo "--------------------------"
|
||||||
- uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
|
- uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f
|
||||||
with:
|
with:
|
||||||
go-version: ${{env.GO_VERSION}}
|
go-version: ${{env.GO_VERSION}}
|
||||||
- name: Install gopogh
|
- name: Install gopogh
|
||||||
|
@ -406,7 +406,7 @@ jobs:
|
||||||
curl -LO "https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/darwin/amd64/kubectl"
|
curl -LO "https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/darwin/amd64/kubectl"
|
||||||
sudo install kubectl /usr/local/bin/kubectl
|
sudo install kubectl /usr/local/bin/kubectl
|
||||||
kubectl version --client=true
|
kubectl version --client=true
|
||||||
- uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
|
- uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f
|
||||||
with:
|
with:
|
||||||
go-version: ${{env.GO_VERSION}}
|
go-version: ${{env.GO_VERSION}}
|
||||||
- name: Install gopogh
|
- name: Install gopogh
|
||||||
|
@ -506,7 +506,7 @@ jobs:
|
||||||
curl -LO "https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl"
|
curl -LO "https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl"
|
||||||
sudo install kubectl /usr/local/bin/kubectl
|
sudo install kubectl /usr/local/bin/kubectl
|
||||||
kubectl version --client=true
|
kubectl version --client=true
|
||||||
- uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
|
- uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f
|
||||||
with:
|
with:
|
||||||
go-version: ${{env.GO_VERSION}}
|
go-version: ${{env.GO_VERSION}}
|
||||||
# conntrack is required for kubernetes 1.18 and higher
|
# conntrack is required for kubernetes 1.18 and higher
|
||||||
|
|
|
@ -23,7 +23,7 @@ jobs:
|
||||||
path: ./image-syncer
|
path: ./image-syncer
|
||||||
|
|
||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
|
uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f
|
||||||
with:
|
with:
|
||||||
go-version: ${{env.GO_VERSION}}
|
go-version: ${{env.GO_VERSION}}
|
||||||
|
|
||||||
|
|
|
@ -20,7 +20,7 @@ jobs:
|
||||||
AWS_DEFAULT_REGION: 'us-west-1'
|
AWS_DEFAULT_REGION: 'us-west-1'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
|
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
|
||||||
- uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
|
- uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f
|
||||||
with:
|
with:
|
||||||
go-version: ${{env.GO_VERSION}}
|
go-version: ${{env.GO_VERSION}}
|
||||||
- name: Benchmark time-to-k8s for Docker driver with Docker runtime
|
- name: Benchmark time-to-k8s for Docker driver with Docker runtime
|
||||||
|
@ -44,7 +44,7 @@ jobs:
|
||||||
curl -LO "https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/darwin/amd64/kubectl"
|
curl -LO "https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/darwin/amd64/kubectl"
|
||||||
sudo install kubectl /usr/local/bin/kubectl
|
sudo install kubectl /usr/local/bin/kubectl
|
||||||
kubectl version --client=true
|
kubectl version --client=true
|
||||||
- uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
|
- uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f
|
||||||
with:
|
with:
|
||||||
go-version: ${{env.GO_VERSION}}
|
go-version: ${{env.GO_VERSION}}
|
||||||
- name: Disable firewall
|
- name: Disable firewall
|
||||||
|
|
|
@ -16,7 +16,7 @@ jobs:
|
||||||
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
|
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
|
||||||
- name: Checkout submodules
|
- name: Checkout submodules
|
||||||
run: git submodule update --init
|
run: git submodule update --init
|
||||||
- uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
|
- uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f
|
||||||
with:
|
with:
|
||||||
go-version: ${{env.GO_VERSION}}
|
go-version: ${{env.GO_VERSION}}
|
||||||
- name: time-to-k8s Benchmark
|
- name: time-to-k8s Benchmark
|
||||||
|
|
|
@ -15,7 +15,7 @@ jobs:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
|
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
|
||||||
- uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
|
- uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f
|
||||||
with:
|
with:
|
||||||
go-version: ${{env.GO_VERSION}}
|
go-version: ${{env.GO_VERSION}}
|
||||||
- name: Install libvirt
|
- name: Install libvirt
|
||||||
|
|
|
@ -15,7 +15,7 @@ jobs:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
|
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
|
||||||
- uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
|
- uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f
|
||||||
with:
|
with:
|
||||||
go-version: ${{env.GO_VERSION}}
|
go-version: ${{env.GO_VERSION}}
|
||||||
- name: Bump Golang Versions
|
- name: Bump Golang Versions
|
||||||
|
|
|
@ -15,7 +15,7 @@ jobs:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
|
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
|
||||||
- uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
|
- uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f
|
||||||
with:
|
with:
|
||||||
go-version: ${{env.GO_VERSION}}
|
go-version: ${{env.GO_VERSION}}
|
||||||
- name: Bump Golint Versions
|
- name: Bump Golint Versions
|
||||||
|
|
|
@ -15,7 +15,7 @@ jobs:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
|
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
|
||||||
- uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
|
- uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f
|
||||||
with:
|
with:
|
||||||
go-version: ${{env.GO_VERSION}}
|
go-version: ${{env.GO_VERSION}}
|
||||||
- name: Bump gopogh Versions
|
- name: Bump gopogh Versions
|
||||||
|
|
|
@ -15,7 +15,7 @@ jobs:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
|
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
|
||||||
- uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
|
- uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f
|
||||||
with:
|
with:
|
||||||
go-version: ${{env.GO_VERSION}}
|
go-version: ${{env.GO_VERSION}}
|
||||||
- name: Bump Gotestsum Versions
|
- name: Bump Gotestsum Versions
|
||||||
|
|
|
@ -15,7 +15,7 @@ jobs:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
|
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
|
||||||
- uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
|
- uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f
|
||||||
with:
|
with:
|
||||||
go-version: ${{env.GO_VERSION}}
|
go-version: ${{env.GO_VERSION}}
|
||||||
- name: Bump Kubernetes Versions
|
- name: Bump Kubernetes Versions
|
||||||
|
|
|
@ -15,7 +15,7 @@ jobs:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
|
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
|
||||||
- uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
|
- uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f
|
||||||
with:
|
with:
|
||||||
go-version: ${{env.GO_VERSION}}
|
go-version: ${{env.GO_VERSION}}
|
||||||
- name: Bump Kubeadm Constants for Kubernetes Images
|
- name: Bump Kubeadm Constants for Kubernetes Images
|
||||||
|
|
|
@ -20,7 +20,7 @@ jobs:
|
||||||
AWS_DEFAULT_REGION: 'us-west-1'
|
AWS_DEFAULT_REGION: 'us-west-1'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
|
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
|
||||||
- uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
|
- uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f
|
||||||
with:
|
with:
|
||||||
go-version: ${{env.GO_VERSION}}
|
go-version: ${{env.GO_VERSION}}
|
||||||
- name: Update Yearly Leaderboard
|
- name: Update Yearly Leaderboard
|
||||||
|
|
Loading…
Reference in New Issue