Skip to content

Commit

Permalink
chore: add support for 1.16 (#438)
Browse files Browse the repository at this point in the history
* chore: add support for 1.16

* update readme
  • Loading branch information
shwetha-manvinkurke committed Sep 9, 2021
1 parent 4c32c52 commit faeba6b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -2,6 +2,7 @@ language: go
env:
- version=1.14
- version=1.15
- version=1.16
script:
- if [[ "$TRAVIS_BRANCH" == "main" || "$TRAVIS_BRANCH" == "travis" ]] && [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
echo "${DOCKER_PASSWORD}" | docker login -u "${DOCKER_USERNAME}" --password-stdin;
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Expand Up @@ -2,6 +2,7 @@ ARG version=latest
FROM golang:$version

ENV GODEBUG 'x509ignoreCN=0'
ENV GO111MODULE 'off'

COPY prism/prism/nginx/cert.crt /usr/local/share/ca-certificates/cert.crt
RUN update-ca-certificates
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -39,7 +39,7 @@ We appreciate your continued support, thank you!

## Prerequisites

- Go version 1.7
- Go version 1.14, 1.15 or 1.16
- The Twilio SendGrid service, starting at the [free level](https://sendgrid.com/free?source=sendgrid-go), to send up to 40,000 emails for the first 30 days, then send 100 emails/day free forever or check out [our pricing](https://sendgrid.com/pricing?source=sendgrid-go).

## Setup Environment Variables
Expand Down

0 comments on commit faeba6b

Please sign in to comment.