Skip to content

Commit

Permalink
Update Go to v1.23.4 (#1011)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebrandon1 authored Dec 4, 2024
1 parent c57cb00 commit 0629bfa
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@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
with:
go-version: 1.23.3
go-version: 1.23.4

- 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@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
with:
go-version: 1.23.3
go-version: 1.23.4

- name: Install ginkgo
run: make install-ginkgo
Expand All @@ -76,7 +76,7 @@ jobs:
- name: Set up Go 1.23
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
with:
go-version: 1.23.3
go-version: 1.23.4

- 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@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
with:
go-version: 1.23.3
go-version: 1.23.4

- 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.3
go 1.23.4

require (
github.com/golang/glog v1.2.3
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.3
REQUIRED_GO_VERSION=1.23.4
INSTALLED_GO_VERSION="$(
go version | {
read -r _ _ v _
Expand Down

0 comments on commit 0629bfa

Please sign in to comment.