Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
YoshihitoAso committed Feb 17, 2025
1 parent 62642b7 commit 6c8d6e9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
jobs:
lint:
name: 'Code linters'
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: 'Setup Go ${{ env.GO_VERSION }}'
uses: actions/setup-go@v5
Expand All @@ -32,7 +32,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["ubuntu-20.04"]
os: ["ubuntu-22.04"]
env:
QUORUM_IGNORE_TEST_PACKAGES: github.com/ethereum/go-ethereum/les,github.com/ethereum/go-ethereum/les/flowcontrol,github.com/ethereum/go-ethereum/mobile
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion eth/tracers/internal/tracers/tracers.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ package tracers
import "embed"

//go:embed *.js
var FS embed.FS
var FS embed.FS
2 changes: 1 addition & 1 deletion internal/jsre/deps/deps.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ import (
var Web3JS string

//go:embed bignumber.js
var BigNumberJS string
var BigNumberJS string

0 comments on commit 6c8d6e9

Please sign in to comment.