Skip to content

Commit 2387dc6

Browse files
committed
Update the workflow to use go 1.25.0
changed name and the go version to go 1.25
1 parent 8c9f279 commit 2387dc6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212

13-
- name: Set up Go 1.24.2
13+
- name: Set up Go 1.25.0
1414
uses: actions/setup-go@v4
1515
with:
16-
go-version: ^1.24.2
16+
go-version: ^1.25.0
1717

1818
- name: Check out code into the Go module directory
1919
uses: actions/checkout@v4

0 commit comments

Comments
 (0)