Skip to content

Commit 5bca2aa

Browse files
committed
Rename CI jobs
1 parent a63bc15 commit 5bca2aa

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/go-releaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: goreleaser
1+
name: Release
22

33
on:
44
push:

.github/workflows/go-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Go package
1+
name: Go test
22

33
on:
44
push:
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
go: [ '1.21', 'stable' ]
17+
go: [ '~1.21.0', 'stable' ]
1818
name: Go ${{ matrix.go }}
1919
steps:
2020
- uses: actions/checkout@v3

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: golangci-lint
1+
name: Lint
22
on:
33
push:
44
tags:

0 commit comments

Comments
 (0)