Skip to content

Commit 4c7c5b0

Browse files
committed
Update go version
1 parent d55f6c4 commit 4c7c5b0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
go-version: [1.15.x, 1.16.x, 1.17.x]
14+
go-version: [1.17.x, 1.18.x, 1.19.x]
1515
platform: [ubuntu-latest, macos-latest]
1616
runs-on: ${{ matrix.platform }}
1717
steps:

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.17.1-alpine AS builder
1+
FROM golang:1.19.4-alpine AS builder
22

33
RUN apk --no-cache add gcc musl-dev
44

@@ -7,7 +7,7 @@ COPY . ${GOPATH}/src/github.com/mcuadros/ofelia
77

88
RUN go build -o /go/bin/ofelia .
99

10-
FROM alpine:3.14.2
10+
FROM alpine:3.17.0
1111

1212
# this label is required to identify container with ofelia running
1313
LABEL ofelia.service=true

0 commit comments

Comments
 (0)