Skip to content

Commit ee4e480

Browse files
committed
incrementing straight to v6
1 parent 4d3fa0f commit ee4e480

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Set up Go 1.x
19-
uses: actions/setup-go@v3
19+
uses: actions/setup-go@v6
2020
with:
2121
go-version: ^1.18
2222

@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ubuntu-latest
3434
steps:
3535
- name: "Set up Go 1.x"
36-
uses: actions/setup-go@v3
36+
uses: actions/setup-go@v6
3737
with:
3838
go-version: 1.19
3939

0 commit comments

Comments
 (0)