Merge pull request #391 from docker/bump-deps

Bump Golang and linter
This commit is contained in:
Chris Crone 2020-07-16 17:12:31 +02:00 committed by GitHub
commit 6294843a06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ jobs:
- name: Run golangci-lint
run: |
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b . v1.28.1
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b . v1.28.3
./golangci-lint run --timeout 10m0s
build:

View File

@ -12,8 +12,8 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
ARG GO_VERSION=1.14.4-alpine
ARG GOLANGCI_LINT_VERSION=v1.28.1-alpine
ARG GO_VERSION=1.14.5-alpine
ARG GOLANGCI_LINT_VERSION=v1.28.3-alpine
FROM --platform=${BUILDPLATFORM} golang:${GO_VERSION} AS base
WORKDIR /api