Author SHA1 Message Date
thuanle 48dc44b00d Merge pull request 'Update actions/checkout action to v7' (#6) from renovate/actions-checkout-7.x into main
Reviewed-on: #6
2026-08-23 08:32:16 +07:00
renovatebot ad7269b2b6 Merge pull request 'Update dependency golangci/golangci-lint to v2.13.1' (#5) from renovate/golangci-golangci-lint-2.x into main
node-go image / build (amd64) (push) Successful in 5s
node-go image / build (arm64) (push) Successful in 13s
node-go image / amend-manifest (push) Successful in 12s
2026-08-23 00:00:20 +07:00
renovatebot 92d4a6853c Update actions/checkout action to v7 2026-08-22 17:00:20 +00:00
renovatebot 521fb6965e Update dependency golangci/golangci-lint to v2.13.1
node-go image / build (amd64) (push) Successful in 1m15s
node-go image / build (arm64) (push) Successful in 2m21s
node-go image / amend-manifest (push) Successful in 19s
2026-08-22 17:00:14 +00:00
thuanle 364e78b608 Merge pull request 'fix(node-go): golangci-lint install.sh checksum bug → tải tarball trực tiếp' (#4) from fix/node-go-golangci-lint-checksum into main
node-go image / build (arm64) (push) Successful in 15s
node-go image / build (amd64) (push) Successful in 1m22s
node-go image / amend-manifest (push) Successful in 3s
Reviewed-on: #4
2026-08-11 15:40:47 +07:00
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
runs-on: ${{ matrix.arch }} runs-on: ${{ matrix.arch }}
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v7
- name: Login to Docker Registry - name: Login to Docker Registry
uses: docker/login-action@v3 uses: docker/login-action@v3
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
runs-on: ${{ matrix.arch }} runs-on: ${{ matrix.arch }}
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v7
- name: Login to Docker Registry - name: Login to Docker Registry
uses: docker/login-action@v3 uses: docker/login-action@v3
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
runs-on: ${{ matrix.arch }} runs-on: ${{ matrix.arch }}
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v7
- name: Login to Docker Registry - name: Login to Docker Registry
uses: docker/login-action@v3 uses: docker/login-action@v3
+1 -1
View File
@@ -1,7 +1,7 @@
FROM node:lts-slim FROM node:lts-slim
ARG GO_VERSION=1.26 ARG GO_VERSION=1.26
ARG GOLANGCI_LINT_VERSION=v2.12.2 ARG GOLANGCI_LINT_VERSION=v2.13.1
ENV DEBIAN_FRONTEND=noninteractive \ ENV DEBIAN_FRONTEND=noninteractive \
PATH=/usr/local/go/bin:${PATH} PATH=/usr/local/go/bin:${PATH}