Skip to content

Commit

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

* update

* update

* update

* update

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Karl-Johan Grahn <[email protected]>
  • Loading branch information
3 people authored Jun 13, 2022
1 parent f95117a commit 7ed1cec
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 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.17.7
go-version: 1.18.3
- 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.17.7
go-version: 1.18.3
- 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.13] - 2022-06-13
### Update
- Update dependency docker.io/library/golang to v1.18.3

## [0.15.12] - 2022-06-13
### Update
- Update golang.org/x/term digest to 065cf7b
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.7 AS builder
FROM docker.io/library/golang:1.18.3 AS builder

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

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/karl-johan-grahn/devopsbot

go 1.17
go 1.18

require (
github.com/gorilla/handlers v1.5.1
Expand Down

0 comments on commit 7ed1cec

Please sign in to comment.