Skip to content

Commit a6269b9

Browse files
authored
Merge pull request #95 from partyoffice/feature/go-1.18
Update go to version 1.18
2 parents 37d1f77 + e06163c commit a6269b9

File tree

3 files changed

+2
-213
lines changed

3 files changed

+2
-213
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.17-alpine AS builder
1+
FROM golang:1.18-alpine AS builder
22

33
WORKDIR /go/src/github.com/partyoffice/spotifete
44
COPY . .

go.mod

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

3-
go 1.17
3+
go 1.18
44

55
require (
66
github.com/getsentry/sentry-go v0.13.0

0 commit comments

Comments
 (0)