From 49ac3bb3037f0488022fa3ef05e2f7b6531f13fa Mon Sep 17 00:00:00 2001
From: Pea Nut <peanut2@systemli.org>
Date: Tue, 27 Aug 2024 11:58:55 +0200
Subject: [PATCH] ci: Fix CI fail "toolchain not available"

The CI fails with
go: downloading go1.22.2 (linux/amd64)
go: download go1.22.2 for linux/amd64: toolchain not available
---
 go.mod | 2 --
 1 file changed, 2 deletions(-)

diff --git a/go.mod b/go.mod
index e45aa726..a54a47f3 100644
--- a/go.mod
+++ b/go.mod
@@ -2,8 +2,6 @@ module 0xacab.org/leap/bitmask-vpn
 
 go 1.22
 
-toolchain go1.22.2
-
 require (
 	0xacab.org/leap/obfsvpn v1.0.1-0.20240625123757-59f234eea051
 	git.torproject.org/pluggable-transports/goptlib.git v1.3.0
-- 
GitLab