Skip to content

Commit

Permalink
Merge pull request #325 from ava-labs/bump-versions
Browse files Browse the repository at this point in the history
Bump Golang and Ubuntu
  • Loading branch information
michaelkaplan13 authored Jun 7, 2024
2 parents 528eca4 + 2ac7b44 commit 51c3462
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
jobs:
e2e_tests:
name: e2e_tests
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- name: Checkout awm-relayer repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
golangci:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
timeout-minutes: 10

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
release:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Git checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snyk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
golang-snyk:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
jobs:
test_relayer:
name: Unit tests
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- name: Checkout awm-relayer repository
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/ava-labs/awm-relayer

go 1.21.10
go 1.21.11

require (
github.com/ava-labs/avalanche-network-runner v1.7.6
Expand Down

0 comments on commit 51c3462

Please sign in to comment.