Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions gitlab-runner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
package:
name: gitlab-runner
version: 16.8.0
epoch: 3
epoch: 4
description: GitLab Runner is the open source project that is used to run your CI/CD jobs and send the results back to GitLab
copyright:
- license: MIT
Expand All @@ -25,7 +25,7 @@ pipeline:

- uses: go/bump
with:
deps: golang.org/x/[email protected] google.golang.org/[email protected]
deps: golang.org/x/[email protected] google.golang.org/[email protected] golang.org/x/[email protected] github.com/docker/[email protected]

- uses: go/build
with:
Expand Down