We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c480fbe commit 16548b4Copy full SHA for 16548b4
.github/workflows/release.yaml
@@ -17,9 +17,9 @@ jobs:
17
run: git fetch --prune --unshallow
18
-
19
name: Set up Go
20
- uses: actions/setup-go@v1
+ uses: actions/setup-go@v4
21
with:
22
- go-version: 1.18.x
+ go-version: 1.20.x
23
24
name: Set up UPX
25
run: sudo apt-get update && sudo apt-get install upx-ucl
Dockerfile
@@ -1,5 +1,5 @@
1
# This file is designed to only used by goreleaser.
2
-FROM golang:1.18.4 AS builder
+FROM golang:1.20.0-alpine3.18 AS builder
3
4
RUN update-ca-certificates
5
go.mod
@@ -1,6 +1,6 @@
module github.com/meltwater/drone-cache
-go 1.18
+go 1.20
require (
6
cloud.google.com/go/storage v1.30.1
0 commit comments