Skip to content

Commit

Permalink
ci: Update step name
Browse files Browse the repository at this point in the history
  • Loading branch information
danstis committed Jun 29, 2021
1 parent 8a1273e commit c84b1c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ jobs:
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: latest
build:
name: Build
name: Release
runs-on: windows-2019
needs: [golangci]
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.13
go-version: ^1.15
id: go

- name: Check out code into the Go module directory
Expand Down

0 comments on commit c84b1c4

Please sign in to comment.