see if go 1.26.4 fails in ci for compatibility and upgrade tests

jm/go-testcontainers
John Murret 2023-07-13 11:41:46 -06:00
parent efe981637b
commit 747195f7aa
1 changed files with 2 additions and 0 deletions

View File

@ -370,6 +370,7 @@ jobs:
- name: Setup Git
if: ${{ endsWith(github.repository, '-enterprise') }}
run: git config --global url."https://${{ secrets.ELEVATED_GITHUB_TOKEN }}:@github.com".insteadOf "https://github.com"
# checking to see if 1.26.4 fails
- uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
with:
go-version-file: 'go.mod'
@ -485,6 +486,7 @@ jobs:
- name: Setup Git
if: ${{ endsWith(github.repository, '-enterprise') }}
run: git config --global url."https://${{ secrets.ELEVATED_GITHUB_TOKEN }}:@github.com".insteadOf "https://github.com"
# checking to see if 1.26.4 fails
- uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
with:
go-version-file: 'go.mod'