Skip to content

Commit

Permalink
chore(deps): update actions/setup-go digest to df1a117
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 11, 2024
1 parent 0c3b720 commit 9eaeb55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- ta-generator
steps:
- uses: actions/checkout@2d7d9f7ff5b310f983d059b68785b3c74d8b8edd
- uses: actions/setup-go@b26d40294f8ad76fcc90b915dac85892322fe62d
- uses: actions/setup-go@df1a11710ed378b187f40c71eb3d6c08d82e7108
with:
go-version-file: './${{matrix.path}}/go.mod'
cache-dependency-path: ./${{matrix.path}}/go.sum
Expand All @@ -33,7 +33,7 @@ jobs:
steps:
- uses: actions/checkout@2d7d9f7ff5b310f983d059b68785b3c74d8b8edd
- name: Install Go
uses: actions/setup-go@b26d40294f8ad76fcc90b915dac85892322fe62d
uses: actions/setup-go@df1a11710ed378b187f40c71eb3d6c08d82e7108
with:
go-version-file: './${{matrix.path}}/go.mod'
cache-dependency-path: ./${{matrix.path}}/go.sum
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
- ta-generator
steps:
- uses: actions/checkout@2d7d9f7ff5b310f983d059b68785b3c74d8b8edd
- uses: actions/setup-go@b26d40294f8ad76fcc90b915dac85892322fe62d
- uses: actions/setup-go@df1a11710ed378b187f40c71eb3d6c08d82e7108
with:
go-version-file: './${{matrix.path}}/go.mod'
cache-dependency-path: ./${{matrix.path}}/go.sum
Expand Down

0 comments on commit 9eaeb55

Please sign in to comment.