Skip to content

Commit

Permalink
Update go version
Browse files Browse the repository at this point in the history
  • Loading branch information
taraspos committed Jan 1, 2023
1 parent d55f6c4 commit 4c7c5b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: [1.15.x, 1.16.x, 1.17.x]
go-version: [1.17.x, 1.18.x, 1.19.x]
platform: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.17.1-alpine AS builder
FROM golang:1.19.4-alpine AS builder

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

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

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

FROM alpine:3.14.2
FROM alpine:3.17.0

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

0 comments on commit 4c7c5b0

Please sign in to comment.