Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
Merge pull request #391 from docker/bump-deps
Browse files Browse the repository at this point in the history
Bump Golang and linter
  • Loading branch information
chris-crone authored Jul 16, 2020
2 parents 9a4e937 + 8ec9b3c commit 6294843
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6294843

Please sign in to comment.