Skip to content

Commit

Permalink
chore(deps): update docker.io/golang:1.18 docker digest to e902816
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 24, 2022
1 parent 4d961a3 commit ffababf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
runs-on: ubuntu-latest
container:
image: docker.io/golang:1.18@sha256:0925a97af5f902fcc273341c839e45aca5b285d5f0492138adb8dbf0dbc2cdee
image: docker.io/golang:1.18@sha256:e902816d1c33a2fb766cb3c66314d6ce5cf12f87fbdd69ec102994a37ebcca51
steps:
- name: clone
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
binary:
runs-on: ubuntu-latest
container:
image: docker.io/golang:1.18@sha256:0925a97af5f902fcc273341c839e45aca5b285d5f0492138adb8dbf0dbc2cdee
image: docker.io/golang:1.18@sha256:e902816d1c33a2fb766cb3c66314d6ce5cf12f87fbdd69ec102994a37ebcca51
steps:
- name: clone
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
test:
runs-on: ubuntu-latest
container:
image: docker.io/golang:1.18@sha256:0925a97af5f902fcc273341c839e45aca5b285d5f0492138adb8dbf0dbc2cdee
image: docker.io/golang:1.18@sha256:e902816d1c33a2fb766cb3c66314d6ce5cf12f87fbdd69ec102994a37ebcca51
steps:
- name: clone
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
validate:
runs-on: ubuntu-latest
container:
image: docker.io/golang:1.18@sha256:0925a97af5f902fcc273341c839e45aca5b285d5f0492138adb8dbf0dbc2cdee
image: docker.io/golang:1.18@sha256:e902816d1c33a2fb766cb3c66314d6ce5cf12f87fbdd69ec102994a37ebcca51
steps:
- name: clone
uses: actions/checkout@v3
Expand Down

0 comments on commit ffababf

Please sign in to comment.