1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Update to Go 1.16 (#1064)

This commit updates the used Go version to 1.16. The biggest benefit from this is that with Go 1.16 (and the latest Goreleaser) support for Apple Silicon is available, therefore wtf would work on Apple Silicon.

Signed-off-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de>
This commit is contained in:
Lukas Kämmerling
2021-03-20 05:45:23 +01:00
committed by GitHub
parent 582557e408
commit f844ff3afb
7 changed files with 6 additions and 96 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.15-alpine as build
FROM golang:1.16-alpine as build
ARG version=master