Skip to content

Commit

Permalink
1.21 actions
Browse files Browse the repository at this point in the history
  • Loading branch information
codehans committed Oct 25, 2023
1 parent 5c5bf5e commit 98d52a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Setup go
uses: actions/setup-go@v2
with:
go-version: "1.20"
go-version: "1.21"
- run: go build ./...

test:
Expand All @@ -19,7 +19,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: "1.20"
go-version: "1.21"
- name: Checkout code
uses: actions/checkout@v2
- name: Test
Expand All @@ -35,7 +35,7 @@ jobs:
- name: Setup go
uses: actions/setup-go@v2
with:
go-version: "1.20"
go-version: "1.21"
- run: |
go mod tidy
CHANGES_IN_REPO=$(git status --porcelain)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: "1.20"
go-version: "1.21"
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
Expand Down

0 comments on commit 98d52a9

Please sign in to comment.