diff --git a/.github/workflows/golang-test-darwin.yml b/.github/workflows/golang-test-darwin.yml index 81c3105b2..2aaef7564 100644 --- a/.github/workflows/golang-test-darwin.yml +++ b/.github/workflows/golang-test-darwin.yml @@ -20,7 +20,7 @@ jobs: - name: Install Go uses: actions/setup-go@v5 with: - go-version: "1.21.x" + go-version: "1.23.x" - name: Checkout code uses: actions/checkout@v4 diff --git a/.github/workflows/golang-test-linux.yml b/.github/workflows/golang-test-linux.yml index 076cd061e..263623bd1 100644 --- a/.github/workflows/golang-test-linux.yml +++ b/.github/workflows/golang-test-linux.yml @@ -21,7 +21,7 @@ jobs: - name: Install Go uses: actions/setup-go@v5 with: - go-version: "1.21.x" + go-version: "1.23.x" - name: Cache Go modules @@ -57,7 +57,7 @@ jobs: - name: Install Go uses: actions/setup-go@v5 with: - go-version: "1.21.x" + go-version: "1.23.x" - name: Cache Go modules uses: actions/cache@v4 diff --git a/.github/workflows/golang-test-windows.yml b/.github/workflows/golang-test-windows.yml index f51ddb09f..d378bec3f 100644 --- a/.github/workflows/golang-test-windows.yml +++ b/.github/workflows/golang-test-windows.yml @@ -23,7 +23,7 @@ jobs: uses: actions/setup-go@v5 id: go with: - go-version: "1.21.x" + go-version: "1.23.x" - name: Download wintun uses: carlosperate/download-file-action@v2 diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 2833ded20..8b7136841 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -40,7 +40,7 @@ jobs: - name: Install Go uses: actions/setup-go@v5 with: - go-version: "1.21.x" + go-version: "1.23.x" cache: false - name: Install dependencies if: matrix.os == 'ubuntu-latest' diff --git a/.github/workflows/mobile-build-validation.yml b/.github/workflows/mobile-build-validation.yml index 5bae3a3ec..dcf461a34 100644 --- a/.github/workflows/mobile-build-validation.yml +++ b/.github/workflows/mobile-build-validation.yml @@ -19,7 +19,7 @@ jobs: - name: Install Go uses: actions/setup-go@v5 with: - go-version: "1.21.x" + go-version: "1.23.x" - name: Setup Android SDK uses: android-actions/setup-android@v3 with: @@ -54,7 +54,7 @@ jobs: - name: Install Go uses: actions/setup-go@v5 with: - go-version: "1.21.x" + go-version: "1.23.x" - name: install gomobile run: go install golang.org/x/mobile/cmd/gomobile@v0.0.0-20240404231514-09dbf07665ed - name: gomobile init diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bb8887e6d..5f423f1c9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,7 +43,7 @@ jobs: name: Set up Go uses: actions/setup-go@v5 with: - go-version: "1.21" + go-version: "1.23" cache: false - name: Cache Go modules @@ -140,7 +140,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: "1.21" + go-version: "1.23" cache: false - name: Cache Go modules uses: actions/cache@v4 @@ -196,7 +196,7 @@ jobs: name: Set up Go uses: actions/setup-go@v5 with: - go-version: "1.21" + go-version: "1.23" cache: false - name: Cache Go modules diff --git a/.github/workflows/test-infrastructure-files.yml b/.github/workflows/test-infrastructure-files.yml index d627adccd..da3ec746a 100644 --- a/.github/workflows/test-infrastructure-files.yml +++ b/.github/workflows/test-infrastructure-files.yml @@ -52,7 +52,7 @@ jobs: - name: Install Go uses: actions/setup-go@v5 with: - go-version: "1.21.x" + go-version: "1.23.x" - name: Cache Go modules uses: actions/cache@v4 diff --git a/go.mod b/go.mod index 16b5b55e4..12709e50d 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/netbirdio/netbird -go 1.21.0 +go 1.23.0 require ( cunicu.li/go-rosenpass v0.4.0