Skip to content

Commit

Permalink
Merge pull request #508 from innogames/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/setup-go-5

build(deps): bump actions/setup-go from 4 to 5
  • Loading branch information
brainexe authored Dec 7, 2023
2 parents 5eb79f3 + e529551 commit c416bf1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
check-latest: true
go-version: stable
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
stable: false
Expand All @@ -33,7 +33,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: Install Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: stable
- name: Checkout code
Expand Down

0 comments on commit c416bf1

Please sign in to comment.