Skip to content

Commit

Permalink
Merge pull request #50 from doitintl/feature/golang15
Browse files Browse the repository at this point in the history
Updated Golang to 15
  • Loading branch information
stepanstipl committed Oct 23, 2020
2 parents 1eec983 + 62ccf9a commit 53a9b08
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
build:
name: Build
runs-on: ubuntu-latest
container: golang:1.13.9-alpine3.11
container: golang:1.15.3-alpine3.12
steps:
- name: Checkout
uses: actions/checkout@v1
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.9-alpine3.11 as builder
FROM golang:1.15.3-alpine3.12 as builder

WORKDIR /src

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/doitintl/kube-no-trouble

go 1.13
go 1.15

require (
github.com/Azure/go-autorest v14.0.1+incompatible // indirect
Expand Down

0 comments on commit 53a9b08

Please sign in to comment.