Skip to content

Commit

Permalink
Update dependency docker.io/library/golang to v1.18.4 (#72)
Browse files Browse the repository at this point in the history
* Update dependency docker.io/library/golang to v1.18.4

* update

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Karl-Johan Grahn <[email protected]>
  • Loading branch information
renovate[bot] and Karl-Johan Grahn authored Jul 13, 2022
1 parent 03157bc commit c55ed1f
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@v3
with:
go-version: 1.18.3
go-version: 1.18.4
- name: Build
run: make build
test:
Expand All @@ -30,7 +30,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.18.3
go-version: 1.18.4
- 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.15.20] - 2022-07-13
### Update
- Update dependency docker.io/library/golang to v1.18.4

## [0.15.19] - 2022-06-29
### Update
- Update module github.com/stretchr/testify to v1.8.0
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.18.3 AS builder
FROM docker.io/library/golang:1.18.4 AS builder

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

Expand Down

0 comments on commit c55ed1f

Please sign in to comment.