Skip to content

Commit

Permalink
feat: update Go to 1.15.5
Browse files Browse the repository at this point in the history
Release contains important security fixes:

https://groups.google.com/g/golang-announce/c/NpBGTTmKzpM/m/fLguyiM2CAAJ

Fixes siderolabs#2775

Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
smira committed Nov 13, 2020
1 parent 0f924b5 commit 8906958
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ REGISTRY_AND_USERNAME := $(REGISTRY)/$(USERNAME)
DOCKER_LOGIN_ENABLED ?= true

ARTIFACTS := _out
TOOLS ?= ghcr.io/talos-systems/tools:v0.3.0-8-ge86a8f3
PKGS ?= v0.3.0-25-g27d43d0
EXTRAS ?= v0.1.0-2-g709d580
TOOLS ?= ghcr.io/talos-systems/tools:v0.3.0-10-g83dc352
PKGS ?= v0.3.0-27-g7a64952
EXTRAS ?= v0.1.0-5-gcc2df81
GO_VERSION ?= 1.15
GOFUMPT_VERSION ?= abc0db2c416aca0f60ea33c23c76665f6e7ba0b6
IMPORTVET ?= autonomy/importvet:f6b07d9
Expand Down

0 comments on commit 8906958

Please sign in to comment.