Skip to content

Commit 8ab1763

Browse files
committed
version(actions) Update actions and Go version
- checkout is now v4 - setup-go is now v5 - go version to use 1.23
1 parent e409be2 commit 8ab1763

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/go-test.yaml

+3-4
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212
test:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616
- name: Set up Go
17-
uses: actions/setup-go@v4
17+
uses: actions/setup-go@v5
1818
with:
19-
go-version: 1.21
19+
go-version: 1.23
2020
- name: Install Helm
2121
run: |
2222
curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3
@@ -37,4 +37,3 @@ jobs:
3737
slug: metal3d/katenary
3838
file: ./coverprofile.out
3939
fail_ci_if_error: true
40-

0 commit comments

Comments
 (0)