Skip to content

Commit

Permalink
delete env.go-version
Browse files Browse the repository at this point in the history
  • Loading branch information
YZ775 committed Nov 14, 2023
1 parent 5e8000f commit 605d9ea
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
branches:
- 'main'
env:
go-version: "1.21"
filename: 'main.yaml'
jobs:
static-check:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
tags:
- 'v*'
env:
go-version: "1.21"
tag: ${GITHUB_REF#refs/tags/v}
prerelease: ${{ contains(github.ref, '-') }}
jobs:
Expand Down

0 comments on commit 605d9ea

Please sign in to comment.