Skip to content

Commit

Permalink
Update Go to v1.23.1 (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebrandon1 authored Sep 6, 2024
1 parent fd9d7ca commit d74ab03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
CM_URL_LINUX: https://github.com/mrtazz/checkmake/releases/download/0.2.2/checkmake-0.2.2.linux.amd64 # yamllint disable-line

steps:
- name: Set up Go 1.22
- name: Set up Go 1.23
uses: actions/setup-go@v5
with:
go-version: 1.22.6
go-version: 1.23.1

- 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/collector

go 1.22.6
go 1.23.1

require (
github.com/aws/aws-sdk-go-v2 v1.30.5
Expand Down

0 comments on commit d74ab03

Please sign in to comment.