Skip to content

Commit

Permalink
update to Golang 1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Oct 15, 2021
1 parent 3cd39a0 commit 0aea6f0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.13
go-version: 1.15
- name: Checkout
uses: actions/checkout@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.13
go-version: 1.15
- name: Check GoReleaser config
uses: goreleaser/goreleaser-action@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.13-alpine AS builder
FROM golang:1.15-alpine AS builder
LABEL builder=true

RUN adduser --no-create-home --gecos "" --disabled-password user
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/gesellix/couchdb-cluster-config/v17

go 1.13
go 1.15

require (
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
Expand Down

0 comments on commit 0aea6f0

Please sign in to comment.