diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 70b5f33..f37d06d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,7 +19,7 @@ jobs: name: Run Tests runs-on: ubuntu-latest container: - image: golang:1.25 + image: golang:1.26 options: --cap-add=NET_RAW --cap-add=NET_ADMIN steps: - name: Check out code diff --git a/Dockerfile b/Dockerfile index aef0ad4..4502ab5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1.21 -FROM golang:1.25-alpine AS builder +FROM golang:1.26-alpine AS builder ARG VERSION=dev ARG COMMIT=dirty