Skip to content
This repository was archived by the owner on May 9, 2023. It is now read-only.

Commit 04a3897

Browse files
author
Sameer Naik
committed
go: update to 1.15
1 parent 7eeccd9 commit 04a3897

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
checkout:
99
executor:
1010
name: go/default
11-
tag: '1.14'
11+
tag: '1.15'
1212
steps:
1313
- checkout
1414
- go/mod-download-cached
@@ -21,7 +21,7 @@ jobs:
2121
build:
2222
executor:
2323
name: go/default
24-
tag: '1.14'
24+
tag: '1.15'
2525
steps:
2626
- attach_workspace:
2727
at: ~/
@@ -38,7 +38,7 @@ jobs:
3838
test:
3939
executor:
4040
name: go/default
41-
tag: '1.14'
41+
tag: '1.15'
4242
steps:
4343
- attach_workspace:
4444
at: ~/
@@ -86,7 +86,7 @@ jobs:
8686
release:
8787
executor:
8888
name: go/default
89-
tag: '1.14'
89+
tag: '1.15'
9090
steps:
9191
- attach_workspace:
9292
at: ~/

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.14 AS build
1+
FROM golang:1.15 AS build
22

33
ENV CGO_ENABLED=0
44
ENV GOOS=linux

0 commit comments

Comments
 (0)