Skip to content

Commit

Permalink
chore: bump go to 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
hbagdi committed Mar 6, 2021
1 parent f1d200c commit 6573dbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Setup go
uses: actions/setup-go@v2
with:
go-version: '^1.15'
go-version: '^1.16'
- name: Checkout repository
uses: actions/checkout@v2
- name: Setup golangci-lint
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.15.2 AS build
FROM golang:1.16 AS build
WORKDIR /deck
COPY go.mod ./
COPY go.sum ./
Expand Down

0 comments on commit 6573dbc

Please sign in to comment.