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

Remove golang.org/x/exp dependency and upgrade to Go 1.21 #80

Merged
merged 2 commits into from
Aug 9, 2023

Conversation

stv0g
Copy link
Collaborator

@stv0g stv0g commented Aug 9, 2023

Fixes #77

Signed-off-by: Steffen Vogel <post@steffenvogel.de>
@stv0g stv0g self-assigned this Aug 9, 2023
@stv0g stv0g enabled auto-merge (rebase) August 9, 2023 05:49
@codecov
Copy link

codecov bot commented Aug 9, 2023

Codecov Report

Merging #80 (76c9114) into master (885c82a) will increase coverage by 0.36%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master      #80      +/-   ##
==========================================
+ Coverage   62.24%   62.60%   +0.36%     
==========================================
  Files          23       23              
  Lines        1666     1666              
==========================================
+ Hits         1037     1043       +6     
+ Misses        483      479       -4     
+ Partials      146      144       -2     
Files Changed Coverage Δ
config/arguments.go 54.46% <ø> (ø)
config/handler_cmd.go 0.00% <ø> (ø)
config/handler_keyout.go 0.00% <ø> (ø)
config/handler_wg_wgctrl.go 0.00% <ø> (ø)
conn_udp.go 66.66% <ø> (ø)
handshake_initiator.go 73.72% <ø> (ø)
internal/test/server_standalone.go 62.71% <ø> (ø)
peer.go 92.68% <ø> (ø)
server.go 72.10% <ø> (+2.57%) ⬆️

Signed-off-by: Steffen Vogel <post@steffenvogel.de>
@stv0g
Copy link
Collaborator Author

stv0g commented Aug 9, 2023

Disabling lint workflow for now due to golangci/golangci-lint#3922 (comment)

@stv0g stv0g disabled auto-merge August 9, 2023 06:13
@stv0g stv0g merged commit 84ac4e6 into master Aug 9, 2023
7 of 8 checks passed
@stv0g stv0g deleted the remove-golang-x-exp branch August 9, 2023 06:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove golang.org/x/exp dependency once Go 1.21 is released
1 participant