Skip to content

Commit

Permalink
Update Go to v1.23.6 (#1060)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebrandon1 authored Feb 5, 2025
1 parent 6b1c0ef commit 7bd59c2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pre-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Go 1.23
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
with:
go-version: 1.23.5
go-version: 1.23.6

- uses: nosborn/github-action-markdown-cli@9b5e871c11cc0649c5ac2526af22e23525fa344d # v3.3.0
with:
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Set up Go 1.23
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
with:
go-version: 1.23.5
go-version: 1.23.6

- name: Install ginkgo
run: make install-ginkgo
Expand All @@ -76,7 +76,7 @@ jobs:
- name: Set up Go 1.23
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
with:
go-version: 1.23.5
go-version: 1.23.6

- name: Checkout the certsuite repo
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/qe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Set up Go 1.23
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
with:
go-version: 1.23.5
go-version: 1.23.6

- name: Disable default go problem matcher
run: echo "::remove-matcher owner=go::"
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/redhat-best-practices-for-k8s/certsuite-qe

go 1.23.5
go 1.23.6

require (
github.com/golang/glog v1.2.4
Expand Down
2 changes: 1 addition & 1 deletion scripts/install-latest-go.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

REQUIRED_GO_VERSION=1.23.5
REQUIRED_GO_VERSION=1.23.6
INSTALLED_GO_VERSION="$(
go version | {
read -r _ _ v _
Expand Down

0 comments on commit 7bd59c2

Please sign in to comment.