Skip to content

Commit

Permalink
Use go v1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
TomWright committed Oct 2, 2020
1 parent baa1327 commit ec2ff8d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build:
strategy:
matrix:
go-version: [1.13.x]
go-version: [1.15.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.13.x]
go-version: [1.15.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This stage builds the go executable.
FROM golang:1.13-buster as go
FROM golang:1.15-buster as go

WORKDIR /root
COPY ./ ./
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/tomwright/mermaid-server

go 1.13
go 1.15

require github.com/tomwright/lifetime v1.0.0

0 comments on commit ec2ff8d

Please sign in to comment.