Skip to content

Commit

Permalink
Merge pull request #115 from doitintl/dependabot/docker/golang-1.16.1…
Browse files Browse the repository at this point in the history
…-alpine3.12

dep: Docker bump golang from 1.16.0-alpine3.12 to 1.16.1-alpine3.12
  • Loading branch information
stepanstipl authored Mar 12, 2021
2 parents dab232e + 1ea2541 commit d8e9f20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
test:
name: test
runs-on: ubuntu-latest
container: golang:1.16.0-alpine3.12
container: golang:1.16.1-alpine3.12
steps:
- name: Checkout code
uses: actions/checkout@v1
Expand All @@ -29,7 +29,7 @@ jobs:
build:
name: Build
runs-on: ubuntu-latest
container: golang:1.16.0-alpine3.12
container: golang:1.16.1-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.16.0-alpine3.12 as builder
FROM golang:1.16.1-alpine3.12 as builder

WORKDIR /src

Expand Down

0 comments on commit d8e9f20

Please sign in to comment.