Skip to content

Commit

Permalink
chore(deps): update golang to 1.23.6 (#241)
Browse files Browse the repository at this point in the history
* chore(deps): update golang to 1.23.6

* use latest build image
  • Loading branch information
mozillazg authored Feb 6, 2025
1 parent 666f101 commit 44af488
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/build.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.23-bookworm@sha256:37a5567517b25789e0405404d97b68a61e63d3ad1e58dcdd4a4d141e89f9fdeb
FROM golang:1.23.6-bookworm@sha256:441f59f8a2104b99320e1f5aaf59a81baabbc36c81f4e792d5715ef09dd29355
RUN apt update && apt install -y clang gcc flex bison make autoconf \
libelf-dev gcc-aarch64-linux-gnu libc6-dev-arm64-cross git && \
git config --global --add safe.directory /app
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5
with:
go-version: '1.23.2'
go-version: '1.23.6'

- name: Install govulncheck
run: go install golang.org/x/vuln/cmd/govulncheck@latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5
with:
go-version: '1.23.2'
go-version: '1.23.6'
env:
GOPATH: ${{ env.HOME }}

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# .github/build.Dockerfile
FROM quay.io/ptcpdump/develop:latest@sha256:5036b1610827db98d25ee1f9069a31c3f219a4c511a4e56dbfd12e71487fdfdc as build
FROM quay.io/ptcpdump/develop:20250206.122734@sha256:4d26314fa22696d522eef6676310e1d6249052eccfe85e8833f4e903ee141d3b AS build
WORKDIR /app
COPY . .
RUN make build
Expand Down

0 comments on commit 44af488

Please sign in to comment.