Skip to content

Commit

Permalink
Merge pull request #87 from ydb-platform/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/setup-go-5

build(deps): bump actions/setup-go from 4 to 5
  • Loading branch information
asmyasnikov authored May 16, 2024
2 parents 0454fdf + 9979cd0 commit f750dce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
- name: Install Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
cache: true
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
- name: Install Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
cache: true
Expand Down

0 comments on commit f750dce

Please sign in to comment.