Skip to content

Commit 0210bb7

Browse files
committed
fixup! fixup! fixup! fixup! fixup! fixup! fixup! Update golang.org/x/net to v0.38.0
Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com>
1 parent 69e6da8 commit 0210bb7

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

.github/workflows/pr.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -118,16 +118,16 @@ jobs:
118118

119119

120120

121-
# docker:
122-
# name: Check docker build
123-
# runs-on: ubuntu-latest
124-
# steps:
125-
# -
126-
# name: Check out code into the Go module directory
127-
# uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
128-
# -
129-
# name: Check if dockerimage build is working
130-
# run: docker build -f ./build/Dockerfile .
131-
# -
132-
# name: Check if project-clone dockerimage build is working
133-
# run: docker build -f ./project-clone/Dockerfile .
121+
docker:
122+
name: Check docker build
123+
runs-on: ubuntu-latest
124+
steps:
125+
-
126+
name: Check out code into the Go module directory
127+
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
128+
-
129+
name: Check if dockerimage build is working
130+
run: docker build -f ./build/Dockerfile .
131+
-
132+
name: Check if project-clone dockerimage build is working
133+
run: docker build -f ./project-clone/Dockerfile .

0 commit comments

Comments
 (0)