Bump Go and external deps versions
This commit is contained in:
parent
7e19930b1b
commit
c476976b27
3 changed files with 5 additions and 5 deletions
2
.github/workflows/goreleaser.yml
vendored
2
.github/workflows/goreleaser.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
- name: Set up Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.16
|
||||
go-version: 1.17
|
||||
- name: Run goreleaser
|
||||
uses: goreleaser/goreleaser-action@v2
|
||||
with:
|
||||
|
|
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
|
@ -12,10 +12,10 @@ jobs:
|
|||
- name: Set up Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.16
|
||||
go-version: 1.17
|
||||
- name: Run tests
|
||||
run: go test -v ./...
|
||||
- name: Run golangci-lint
|
||||
uses: golangci/golangci-lint-action@v2
|
||||
with:
|
||||
version: v1.41.1
|
||||
version: v1.42.1
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM golang:1.16-alpine AS builder
|
||||
FROM golang:1.17-alpine AS builder
|
||||
|
||||
WORKDIR /src
|
||||
|
||||
|
@ -14,7 +14,7 @@ RUN \
|
|||
go build -v -o /tmp/gmnhg ./cmd/gmnhg && \
|
||||
go build -v -o /tmp/md2gmn ./cmd/md2gmn
|
||||
|
||||
FROM alpine:3.12 AS runner
|
||||
FROM alpine:3.14 AS runner
|
||||
|
||||
LABEL maintainer "Timur Demin <me@tdem.in>"
|
||||
|
||||
|
|
Loading…
Reference in a new issue