We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 37d1f77 + e06163c commit a6269b9Copy full SHA for a6269b9
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.17-alpine AS builder
+FROM golang:1.18-alpine AS builder
2
3
WORKDIR /go/src/github.com/partyoffice/spotifete
4
COPY . .
go.mod
@@ -1,6 +1,6 @@
module github.com/partyoffice/spotifete
-go 1.17
+go 1.18
5
require (
6
github.com/getsentry/sentry-go v0.13.0
0 commit comments