Skip to content

Commit

Permalink
setup go 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
tisutisu committed Nov 11, 2024
1 parent e6863c6 commit 8a5914b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/run-task-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
tool-cache: false
docker-images: false

# - name: Setup Go
# uses: actions/setup-go@v5
# with:
# go-version: '1.20'
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.22'

- name: Install tektor
if: steps.changed-files.outputs.any_changed == 'true'
Expand Down

0 comments on commit 8a5914b

Please sign in to comment.