Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
testing build
Browse files Browse the repository at this point in the history
i3149 committed Jan 23, 2025
1 parent 87f6343 commit 8c3db1b
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-next.yml
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: '1.22.6'
go-version: '1.23.5'

- name: Set up QEMU
uses: docker/setup-qemu-action@v1
@@ -61,7 +61,7 @@ jobs:
run: make test

- name: Build and Publish Docker
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
with:
builder: ${{ steps.buildx.outputs.name }}
context: .
4 changes: 2 additions & 2 deletions .github/workflows/publish-prod.yml
Original file line number Diff line number Diff line change
@@ -38,7 +38,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: '1.22.6'
go-version: '1.23.5'

- name: Set up QEMU
uses: docker/setup-qemu-action@v1
@@ -75,7 +75,7 @@ jobs:
run: make test

- name: Build and Publish Docker
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
with:
builder: ${{ steps.buildx.outputs.name }}
context: .
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# build ktranslate
FROM golang:1.22-alpine as build
FROM golang:1.23-alpine as build
RUN apk add -U libpcap-dev alpine-sdk bash libcap
COPY . /src
WORKDIR /src

0 comments on commit 8c3db1b

Please sign in to comment.