Skip to content

Commit

Permalink
go 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
dmcwhorter-ddl committed Oct 31, 2023
1 parent 04b5182 commit 294f8a3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/executor_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v3
with:
go-version: '^1.17.0'
go-version: '^1.20.0'
- name: test-executor
run: |
make -C executor lint
2 changes: 1 addition & 1 deletion .github/workflows/executor_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v3
with:
go-version: '^1.17.0'
go-version: '^1.20.0'
- name: test-executor
run: |
make -C executor test
2 changes: 1 addition & 1 deletion .github/workflows/operator_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v3
with:
go-version: '^1.17.0'
go-version: '^1.20.0'
- name: test-executor
run: |
make -C operator lint
2 changes: 1 addition & 1 deletion .github/workflows/operator_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v3
with:
go-version: '^1.17.0'
go-version: '^1.20.0'
- name: test-operator
run: |
make -C operator test

0 comments on commit 294f8a3

Please sign in to comment.