Skip to content

Commit

Permalink
Merge pull request #55 from lemois-1337/mainnet_karlsenhashv2
Browse files Browse the repository at this point in the history
Mainnet karlsenhashv2
  • Loading branch information
lemois-1337 authored Aug 28, 2024
2 parents f2d4fb4 + 89f8351 commit 68bd3ca
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,14 @@ jobs:
runs-on: ubuntu-latest
name: Produce code coverage
steps:

# Increase the swap size on Linux to aviod running out of memory
- name: Increase swap size on Linux
if: runner.os == 'Linux'
uses: thejerrybao/setup-swap-space@v1
with:
swap-size-gb: 12

- name: Check out code into the Go module directory
uses: actions/checkout@v4

Expand Down
4 changes: 2 additions & 2 deletions version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ const validCharacters = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrs

const (
appMajor uint = 2
appMinor uint = 0
appPatch uint = 3
appMinor uint = 1
appPatch uint = 0
)

// appBuild is defined as a variable so it can be overridden during the build
Expand Down

0 comments on commit 68bd3ca

Please sign in to comment.