Skip to content

Commit

Permalink
build: Update Dockerfile and ci Go versions
Browse files Browse the repository at this point in the history
  • Loading branch information
justinfx committed Sep 25, 2024
1 parent e6a59d3 commit ea46a3d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Setup go
uses: actions/[email protected]
with:
go-version: 1.20.6
go-version: 1.23.0

- name: Setup MSYS2
uses: msys2/setup-msys2@v2
Expand All @@ -59,7 +59,7 @@ jobs:
- name: Install deps
shell: msys2 {0}
run: |
/c/hostedtoolcache/windows/go/1.20.6/x64/bin/go.exe env
/c/hostedtoolcache/windows/go/1.23.0/x64/bin/go.exe env
pkg-config --cflags --libs MagickWand
MAGICK_CONFIGURE_PATH=/d/a/_temp/msys/msys64/mingw64/etc/ImageMagick-7 convert -list configure
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.20
FROM golang:1.23

# Ignore APT warnings about not having a TTY
ENV DEBIAN_FRONTEND noninteractive
Expand All @@ -21,7 +21,7 @@ RUN apt-get update \
&& rm -rf /var/lib/apt/lists/*

ARG IMAGEMAGICK_PROJECT=ImageMagick
ARG IMAGEMAGICK_VERSION=7.0.8-41
ARG IMAGEMAGICK_VERSION=7.1.1-36
ENV IMAGEMAGICK_VERSION=$IMAGEMAGICK_VERSION

RUN cd && \
Expand Down

0 comments on commit ea46a3d

Please sign in to comment.