We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d55f6c4 commit 4c7c5b0Copy full SHA for 4c7c5b0
.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
11
strategy:
12
fail-fast: false
13
matrix:
14
- go-version: [1.15.x, 1.16.x, 1.17.x]
+ go-version: [1.17.x, 1.18.x, 1.19.x]
15
platform: [ubuntu-latest, macos-latest]
16
runs-on: ${{ matrix.platform }}
17
steps:
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.17.1-alpine AS builder
+FROM golang:1.19.4-alpine AS builder
2
3
RUN apk --no-cache add gcc musl-dev
4
@@ -7,7 +7,7 @@ COPY . ${GOPATH}/src/github.com/mcuadros/ofelia
7
8
RUN go build -o /go/bin/ofelia .
9
10
-FROM alpine:3.14.2
+FROM alpine:3.17.0
# this label is required to identify container with ofelia running
LABEL ofelia.service=true
0 commit comments