Skip to content

Commit

Permalink
feat: update Go to 1.14.7 (security fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
smira authored and talos-bot committed Aug 7, 2020
1 parent c7a0a07 commit 7e14b0a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
10 changes: 2 additions & 8 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
---
kind: secret
name: kubeconfig

get:
path: buildx
name: kubeconfig

---
kind: pipeline
name: default
type: kubernetes

steps:
- name: setup-ci
Expand Down Expand Up @@ -79,6 +72,7 @@ volumes:
---
kind: pipeline
name: notify
type: kubernetes

clone:
disable: true
Expand Down
6 changes: 3 additions & 3 deletions golang/golang/pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ dependencies:
- stage: '{{ if eq .ARCH "aarch64" }}golang-alpine{{ else }}golang-bootstrap{{ end }}'
steps:
- sources:
- url: https://dl.google.com/go/go1.14.6.src.tar.gz
- url: https://dl.google.com/go/go1.14.7.src.tar.gz
destination: go.src.tar.gz
sha256: 73fc9d781815d411928eccb92bf20d5b4264797be69410eac854babe44c94c09
sha512: 5c865c8272fb0dc8eab1514732b0200dbc867276512714dd30afc658a0d2afac6bd758e00c6f576d8d254e411418a52a564c895399b56cfe06c2b1785271a8fd
sha256: 064392433563660c73186991c0a315787688e7c38a561e26647686f89b6c30e3
sha512: 3f1133c66d7795ceb6c5793db90616613244d7561abaef6b059602992c0b7a53b6b6ebbcf69add4769a58542e9dc55871bcfe3d64d4cd9f3569bd435ade86dee

env:
GOROOT_BOOTSTRAP: '{{ .TOOLCHAIN }}/go_bootstrap'
Expand Down

0 comments on commit 7e14b0a

Please sign in to comment.