Compare commits

..

No commits in common. "main" and "0.3.1" have entirely different histories.
main ... 0.3.1

3 changed files with 4 additions and 4 deletions

View file

@ -14,10 +14,10 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v5
uses: actions/setup-go@v4
with:
go-version: '1.21'

View file

@ -1,4 +1,4 @@
FROM golang:1.22-bookworm as builder
FROM golang:1.21-bookworm as builder
WORKDIR /app

View file

@ -1,4 +1,4 @@
FROM alpine:3.19 as alpine
FROM alpine:3.18 as alpine
RUN apk add -U --no-cache ca-certificates
FROM scratch