Bump golang from 1.17.1-alpine to 1.17.2-alpine (#34)

This commit is contained in:
dependabot[bot] 2021-11-02 06:33:04 +00:00 committed by GitHub
parent 49dd703e12
commit 6bd973a803
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 3 deletions

View File

@ -15,7 +15,7 @@ jobs:
arch: [amd64] # amd64, 386 arch: [amd64] # amd64, 386
steps: steps:
- uses: actions/setup-go@v2 - uses: actions/setup-go@v2
with: {go-version: 1.17.1} with: {go-version: 1.17.2}
- uses: actions/checkout@v2 - uses: actions/checkout@v2

View File

@ -4,6 +4,12 @@ All notable changes to this package will be documented in this file.
The format is based on [Keep a Changelog][keepachangelog] and this project adheres to [Semantic Versioning][semver]. The format is based on [Keep a Changelog][keepachangelog] and this project adheres to [Semantic Versioning][semver].
## UNRELEASED
### Changed
- Go updated from `1.17.1` up to `1.17.2`
## v2.2.0 ## v2.2.0
### Added ### Added

View File

@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1.2 # syntax=docker/dockerfile:1.2
# Image page: <https://hub.docker.com/_/golang> # Image page: <https://hub.docker.com/_/golang>
FROM golang:1.17.1-alpine as builder FROM golang:1.17.2-alpine as builder
# can be passed with any prefix (like `v1.2.3@GITHASH`), e.g.: `docker build --build-arg "APP_VERSION=v1.2.3@GITHASH" .` # can be passed with any prefix (like `v1.2.3@GITHASH`), e.g.: `docker build --build-arg "APP_VERSION=v1.2.3@GITHASH" .`
ARG APP_VERSION="undefined@docker" ARG APP_VERSION="undefined@docker"

View File

@ -8,7 +8,7 @@ volumes:
services: services:
app: &app-service app: &app-service
image: golang:1.17.1-buster # Image page: <https://hub.docker.com/_/golang> image: golang:1.17.2-buster # Image page: <https://hub.docker.com/_/golang>
working_dir: /src working_dir: /src
environment: environment:
HOME: /tmp HOME: /tmp