Skip to content

Commit c4f0a84

Browse files
committed
Upgrade go to 1.24
1 parent d007466 commit c4f0a84

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: .github/workflows/test.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@master
1919
- uses: actions/setup-go@v1
2020
with:
21-
go-version: "1.21"
21+
go-version: "1.24"
2222
- name: Build native
2323
run: GOARCH=amd64 go build -v ./...
2424
shell: bash
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/checkout@master
3434
- uses: actions/setup-go@v1
3535
with:
36-
go-version: "1.21"
36+
go-version: "1.24"
3737
- name: Run unit tests with coverage
3838
run: go test -v -race -covermode=atomic -coverprofile=coverage.out ./...
3939
shell: bash

Diff for: go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module go.bug.st/relaxed-semver
22

3-
go 1.21
3+
go 1.24
44

55
require (
66
github.com/stretchr/testify v1.8.4

0 commit comments

Comments
 (0)