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

Commit 6294843

Browse files
authored
Merge pull request #391 from docker/bump-deps
Bump Golang and linter
2 parents 9a4e937 + 8ec9b3c commit 6294843

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- name: Run golangci-lint
2222
run: |
23-
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b . v1.28.1
23+
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b . v1.28.3
2424
./golangci-lint run --timeout 10m0s
2525
2626
build:

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
15-
ARG GO_VERSION=1.14.4-alpine
16-
ARG GOLANGCI_LINT_VERSION=v1.28.1-alpine
15+
ARG GO_VERSION=1.14.5-alpine
16+
ARG GOLANGCI_LINT_VERSION=v1.28.3-alpine
1717

1818
FROM --platform=${BUILDPLATFORM} golang:${GO_VERSION} AS base
1919
WORKDIR /api

0 commit comments

Comments
 (0)