Skip to content

Commit

Permalink
Updated Golang to 15
Browse files Browse the repository at this point in the history
Signed-off-by: david-doit-intl <david@doit-intl.com>
  • Loading branch information
david-doit-intl committed Oct 23, 2020
1 parent 1eec983 commit 3c66d64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 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 3c66d64

Please sign in to comment.