Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix 1.81 lints (extra reference and never type fallback) #322

Merged
merged 5 commits into from
Sep 13, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Dockerfile.innernet: remove unused wg_tools_tag ARG
strohel committed Sep 13, 2024
commit f8916de42c307cd3fdc3b47dbaec9685594ed48d
1 change: 0 additions & 1 deletion docker-tests/Dockerfile.innernet
Original file line number Diff line number Diff line change
@@ -3,7 +3,6 @@
####################################################################################################
FROM golang:bookworm as wireguard
ARG wg_go_tag=0.0.20230223
ARG wg_tools_tag=v1.0.20210914

RUN mkdir /repo \
&& curl -L https://github.com/WireGuard/wireguard-go/archive/refs/tags/0.0.20230223.tar.gz \