Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #188 from mailgun/v2.0.0
Browse files Browse the repository at this point in the history
Official v2.0.0 Release
  • Loading branch information
thrawn01 authored Aug 17, 2023
2 parents 9c68a03 + 61e6cd7 commit 26b124f
Show file tree
Hide file tree
Showing 102 changed files with 203 additions and 1,074 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
strategy:
matrix:
go-version:
- 1.19.x
- 1.20.x
- 1.21.x
os: [ ubuntu-latest ]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -22,7 +22,7 @@ jobs:
run: git fetch --tags

- name: Version consistency check
run: ./check-version.sh
run: ./contrib/check-version.sh

- name: Set up Go
uses: actions/setup-go@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: git fetch --tags

- name: Version consistency check
run: ./check-version.sh
run: ./contrib/check-version.sh

# Buildx Needs QEMU
- name: Set up QEMU
Expand Down
342 changes: 0 additions & 342 deletions CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build image
FROM --platform=$BUILDPLATFORM golang:1.20.3 as build
FROM --platform=$BUILDPLATFORM golang:1.21.0 as build
ARG BUILDPLATFORM
ARG TARGETPLATFORM
# https://github.com/docker/buildx/issues/510#issuecomment-768432329
Expand Down
Loading

0 comments on commit 26b124f

Please sign in to comment.