Skip to content

Commit

Permalink
ci(nightly): update go version used for prometheus tests (#2239)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Aaron <aaaron@luxoft.com>
  • Loading branch information
andaaron authored Feb 9, 2024
1 parent 5b83937 commit 36e04a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.20.x
go-version: 1.21.x
- name: Install dependencies
run: |
cd $GITHUB_WORKSPACE
Expand Down

0 comments on commit 36e04a4

Please sign in to comment.