Skip to content

Commit

Permalink
Merge pull request #6522 from Shubham82/bump_golang_version
Browse files Browse the repository at this point in the history
Bump go version.
  • Loading branch information
k8s-ci-robot committed Feb 9, 2024
2 parents 6cb5b5a + 9e0e6c1 commit 55386dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: '1.21.3'
go-version: '1.21.6'

- uses: actions/checkout@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion builder/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.21.4
FROM golang:1.21.6
LABEL maintainer="Marcin Wielgus <mwielgus@google.com>"

ENV GOPATH /gopath/
Expand Down

0 comments on commit 55386dc

Please sign in to comment.