diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 9ae0fed..fbc775f 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -45,7 +45,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - goversion: ['1.20', '1.21.x', '1.22.x'] + goversion: ['1.20', '1.21.x', '1.22.x', 'gotip'] steps: - uses: actions/checkout@v4 with: @@ -76,7 +76,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - goversion: ['1.20', '1.21.x', '1.22.x'] + goversion: ['1.20', '1.21.x', '1.22.x', 'gotip'] steps: - uses: actions/checkout@v4 with: @@ -108,7 +108,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - goversion: ['1.20', '1.21.x', '1.22.x'] + goversion: ['1.20', '1.21.x', '1.22.x', 'gotip'] steps: - uses: actions/checkout@v4 @@ -136,7 +136,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - goversion: ['1.20', '1.21.x', '1.22.x'] + goversion: ['1.20', '1.21.x', '1.22.x', 'gotip'] steps: - uses: actions/checkout@v4 @@ -164,7 +164,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - goversion: ['1.20', '1.21.x', '1.22.x'] + goversion: ['1.20', '1.21.x', '1.22.x', 'gotip'] steps: - uses: actions/checkout@v4