diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index f447a23c..578cdc43 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -38,10 +38,14 @@ jobs: - name: Set Go env vars run: | - echo "GOPATH=$HOME" >> $GITHUB_ENV - echo "GOBIN=$HOME/bin" >> $GITHUB_ENV + echo "GOPATH=/go" >> $GITHUB_ENV + echo "GOBIN=/bin" >> $GITHUB_ENV echo "GO111MODULE=off" >> $GITHUB_ENV - + + - name: Install Docker Compose + run: | + sudo apt-get update + sudo apt-get install -y docker-compose - name: Run Tests run: make test-docker diff --git a/Dockerfile b/Dockerfile index 09f21116..5b17ca24 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,4 @@ -ARG version=latest -FROM golang:$version +FROM golang:1.21.11 ENV GO111MODULE 'off' diff --git a/LICENSE b/LICENSE index 3154774a..d703157e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (C) 2023, Twilio SendGrid, Inc. +Copyright (C) 2024, Twilio SendGrid, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in