build with golang:1.17-alpine3.15

This commit is contained in:
guessi 2022-01-30 17:47:59 +08:00
parent 02c3485f26
commit 916607f9d6
3 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ platform:
steps: steps:
- name: test - name: test
image: golang:1.17-alpine3.14 image: golang:1.17-alpine3.15
commands: commands:
- go version - go version
- go fmt ./... - go fmt ./...

View File

@ -1,4 +1,4 @@
FROM golang:1.17-alpine3.14 AS builder FROM golang:1.17-alpine3.15 AS builder
LABEL maintainer="guessi <guessi@gmail.com>" LABEL maintainer="guessi <guessi@gmail.com>"
RUN apk add --no-cache git ca-certificates RUN apk add --no-cache git ca-certificates
WORKDIR ${GOPATH}/src/github.com/guessi/ssl-certs-checker WORKDIR ${GOPATH}/src/github.com/guessi/ssl-certs-checker

View File

@ -33,7 +33,7 @@
+--------------------+----------------+----------------+-------------------------------+-------------------------------+--------------------+------------+ +--------------------+----------------+----------------+-------------------------------+-------------------------------+--------------------+------------+
| Host | Common Name | DNS Names | Not Before | Not After | PublicKeyAlgorithm | Issuer | | Host | Common Name | DNS Names | Not Before | Not After | PublicKeyAlgorithm | Issuer |
+--------------------+----------------+----------------+-------------------------------+-------------------------------+--------------------+------------+ +--------------------+----------------+----------------+-------------------------------+-------------------------------+--------------------+------------+
| www.google.com:443 | www.google.com | www.google.com | 2021-10-18 10:15:56 +0000 UTC | 2022-01-10 10:15:55 +0000 UTC | ECDSA | GTS CA 1C3 | | www.google.com:443 | www.google.com | www.google.com | 2021-12-27 08:11:32 +0000 UTC | 2022-03-21 08:11:31 +0000 UTC | ECDSA | GTS CA 1C3 |
+--------------------+----------------+----------------+-------------------------------+-------------------------------+--------------------+------------+ +--------------------+----------------+----------------+-------------------------------+-------------------------------+--------------------+------------+
## Build from Source ## Build from Source