Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
Update Go to v1.22.3 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebrandon1 authored May 9, 2024
1 parent d03888c commit b7233fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Go 1.22
uses: actions/setup-go@v5
with:
go-version: 1.22.2
go-version: 1.22.3

- name: Disable default go problem matcher
run: echo "::remove-matcher owner=go::"
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Set up Go 1.22
uses: actions/setup-go@v5
with:
go-version: 1.22.2
go-version: 1.22.3

- 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/test-network-function/pgt2acm

go 1.22.2
go 1.22.3

// Pinned to kubernetes-1.27.4
replace k8s.io/apimachinery => k8s.io/apimachinery v0.27.4
Expand Down

0 comments on commit b7233fb

Please sign in to comment.