Skip to content

Commit

Permalink
Update docker.io/library/golang Docker tag to v1.17.7 (#39)
Browse files Browse the repository at this point in the history
* Update docker.io/library/golang Docker tag to v1.17.7

* update changelog

* update

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Karl-Johan Grahn <[email protected]>
  • Loading branch information
3 people authored Feb 13, 2022
1 parent 88d0d5b commit 35bb5de
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17.6
go-version: 1.17.7
- name: Build
run: make build
test:
Expand All @@ -30,7 +30,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17.6
go-version: 1.17.7
- name: Formatting
run: if [ -n "$(go fmt)" ]; then echo 'Code is not formatted with "go fmt"'; false; fi
- name: Test
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.14.2] - 2022-02-13
### Updates
- Update docker.io/library/golang Docker tag to v1.17.7

## [0.14.1] - 2022-02-13
### Updates
- Update module github.com/slack-go/slack to v0.10.2
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/golang:1.17.6 AS builder
FROM docker.io/library/golang:1.17.7 AS builder

WORKDIR /go/src/github.com/karl-johan-grahn/devopsbot

Expand Down

0 comments on commit 35bb5de

Please sign in to comment.