diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index edf1324d..3813897b 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -127,10 +127,10 @@ jobs: matrix: test_type: [ "AaveV2Stablecoin", "CellarV1", "CellarV2", "CellarV2_2", "ScheduledCorkProposal", "ScheduledAxelarCorkProposal", "ScheduledCorkMulticallProposal"] steps: - - name: Set up Go 1.19 + - name: Set up Go 1.22 uses: actions/setup-go@v2 with: - go-version: 1.19 + go-version: 1.22 - name: checkout uses: actions/checkout@v2 - name: go-cache