8000 build(deps): bump golang.org/x/sync from 0.10.0 to 0.12.0 · evmos/evmos@ba13846 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

build(deps): bump golang.org/x/sync from 0.10.0 to 0.12.0 #5361

build(deps): bump golang.org/x/sync from 0.10.0 to 0.12.0

build(deps): bump golang.org/x/sync from 0.10.0 to 0.12.0 #5361

Workflow file for this run

name: Solidity Test
on:
pull_request:
branches:
- main
- release/**
permissions: read-all
jobs:
test-solidity:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: '1.22'
check-latest: true
- uses: actions/checkout@v4
- uses: technote-space/get-diff-action@v6.1.2
with:
PATTERNS: |
**/**.sol
**/**.go
go.mod
go.sum
*.toml
- name: Test Solidity
run: |
make test-solidity
if: env.GIT_DIFF
0