Skip to content

Commit

Permalink
update go version to 1.22.3
Browse files Browse the repository at this point in the history
Signed-off-by: Lavish pal <[email protected]>
  • Loading branch information
lavishpal committed May 10, 2024
1 parent b5b6a66 commit cbe5f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ permissions: read-all
jobs:
test-linux:
# this is to prevent arm64 jobs from running at forked projects
if: ${{ github.repository == 'etcd-io/bbolt' || inputs.runs-on == 'ubuntu-latest' }}
if: ${{ github.repository == 'etcd-io/bbolt' || startsWith(inputs.runs-on, 'ubuntu') }}
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit cbe5f53

Please sign in to comment.