diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a12ec478..fb596421 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - goVer: ['1.16', '1.18', '1.20', '1.21'] + goVer: ['1.18', '1.19', '1.21'] steps: - name: Checkout Repo uses: actions/checkout@v4 diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index dcfafeaa..bc93d750 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -16,7 +16,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v4 with: - go-version: 1.16 + go-version: 1.18 - name: Build run: go build -v ./... diff --git a/.github/workflows/test_qemu.yml b/.github/workflows/test_qemu.yml index c2fc2032..65710ed6 100644 --- a/.github/workflows/test_qemu.yml +++ b/.github/workflows/test_qemu.yml @@ -14,7 +14,7 @@ jobs: test: strategy: matrix: - go-version: [1.16.x] + go-version: [1.18.x] arch: [arm64] runs-on: ubuntu-latest steps: