Skip to content

Commit

Permalink
Fixing workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
arhamchordia committed Jul 9, 2024
1 parent a8d0887 commit 6047ac2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Setup Golang
uses: actions/setup-go@v4
with:
go-version: 1.20.7
go-version: 1.21
env:
GOOS: ${{ matrix.targetos }}
GOARCH: ${{ matrix.arch }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
if: env.GIT_DIFF
uses: actions/setup-go@v4
with:
go-version: 1.20.7
go-version: 1.21
- name: Display go version
if: env.GIT_DIFF
run: go version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
if: env.GIT_DIFF
uses: actions/setup-go@v3
with:
go-version: 1.20.7
go-version: 1.21
- name: Display go version
if: env.GIT_DIFF
run: go version
Expand Down

0 comments on commit 6047ac2

Please sign in to comment.