Ephemeral instances: update go version (#87526)

This commit is contained in:
Bruno
2024-05-08 22:06:12 +03:00
committed by GitHub
parent 6e4d35e1ee
commit be260e9713
2 changed files with 2 additions and 2 deletions
@@ -40,7 +40,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '>=1.20'
go-version: '>=1.22.3'
- name: Generate a GitHub app installation token
id: generate_token
@@ -32,7 +32,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '>=1.20'
go-version: '>=1.22.3'
- name: Generate a GitHub app installation token
id: generate_token