Skip to content

Commit 16548b4

Browse files
bump go deps
1 parent c480fbe commit 16548b4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
run: git fetch --prune --unshallow
1818
-
1919
name: Set up Go
20-
uses: actions/setup-go@v1
20+
uses: actions/setup-go@v4
2121
with:
22-
go-version: 1.18.x
22+
go-version: 1.20.x
2323
-
2424
name: Set up UPX
2525
run: sudo apt-get update && sudo apt-get install upx-ucl

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file is designed to only used by goreleaser.
2-
FROM golang:1.18.4 AS builder
2+
FROM golang:1.20.0-alpine3.18 AS builder
33

44
RUN update-ca-certificates
55

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/meltwater/drone-cache
22

3-
go 1.18
3+
go 1.20
44

55
require (
66
cloud.google.com/go/storage v1.30.1

0 commit comments

Comments
 (0)