Skip to content

Commit

Permalink
Merge pull request #37 from stackhpc/node_bump
Browse files Browse the repository at this point in the history
CI: bump setup-go version
  • Loading branch information
mnasiadka authored Mar 14, 2024
2 parents e64943e + 3a617aa commit deb3b2c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Prepare Go
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: '^1.17.0'
go-version: '^1.22'

- name: Checkout sinker
uses: actions/checkout@master
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Prepare Go
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: '^1.17.0'
go-version: '^1.22'

- name: Checkout sinker
uses: actions/checkout@master
Expand Down

0 comments on commit deb3b2c

Please sign in to comment.