Skip to content

Commit

Permalink
chore(internal/postprocessor): restore go version 1.21 in Dockerfile (#…
Browse files Browse the repository at this point in the history
…9796)

* Fix broken new module command go get [email protected].

refs: #9718
  • Loading branch information
quartzmo authored Apr 17, 2024
1 parent ef22468 commit fb9b515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/postprocessor/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM golang:1.20 as builder
FROM golang:1.21 as builder

# Copy local code to the container image.
COPY . /postprocessor/
Expand Down

0 comments on commit fb9b515

Please sign in to comment.