From 56e7dc05e8e5b82b1b31caa8b01142050069e5ce Mon Sep 17 00:00:00 2001 From: Maycon Santos Date: Fri, 20 Dec 2024 18:56:11 +0100 Subject: [PATCH 1/2] use last good submodule branch --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e7925ae09..417255aa4 100644 --- a/README.md +++ b/README.md @@ -135,3 +135,4 @@ We use open-source technologies like [WireGuard®](https://www.wireguard.com/), ### Legal _WireGuard_ and the _WireGuard_ logo are [registered trademarks](https://www.wireguard.com/trademark-policy/) of Jason A. Donenfeld. + From 3988a8c356ba703f9779f29477b118ecf62d593a Mon Sep 17 00:00:00 2001 From: Maycon Santos Date: Fri, 20 Dec 2024 19:49:02 +0100 Subject: [PATCH 2/2] run 10x --- .github/workflows/golang-test-linux.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/golang-test-linux.yml b/.github/workflows/golang-test-linux.yml index 85658d237..6a9bcf5fe 100644 --- a/.github/workflows/golang-test-linux.yml +++ b/.github/workflows/golang-test-linux.yml @@ -143,6 +143,7 @@ jobs: matrix: arch: [ '386','amd64' ] store: [ 'sqlite', 'postgres'] + runs: ['1','2','3','4','5','6','7','8','9','10'] runs-on: ubuntu-22.04 steps: - name: Install Go