Skip to content

Commit

Permalink
feat: go1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Feb 1, 2023
1 parent 5c45fb7 commit 1e828bd
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/post-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# ex:
# - 1.18beta1 -> 1.18.0-beta.1
# - 1.18rc1 -> 1.18.0-rc.1
go-version: 1.20.0-rc.3
go-version: 1.20

- name: Update GitHub action config
run: make assets/github-action-config.json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-extra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
# ex:
# - 1.18beta1 -> 1.18.0-beta.1
# - 1.18rc1 -> 1.18.0-rc.1
go-version: 1.20.0-rc.3
go-version: 1.20.0
- name: Run go list
run: go list -json -m all > go.list
- name: Nancy
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
pull_request:

env:
GO_VERSION: 1.20.0-rc.3
GO_VERSION: 1.20

jobs:
# Check if there is any dirty change for go mod tidy
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
matrix:
golang:
- 1.19
- 1.20.0-rc.3
- 1.20
steps:
- uses: actions/checkout@v3
- name: Install Go
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# ex:
# - 1.18beta1 -> 1.18.0-beta.1
# - 1.18rc1 -> 1.18.0-rc.1
go-version: 1.20.0-rc.3
go-version: 1.20.0
- name: Unshallow
run: git fetch --prune --unshallow

Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
# ex:
# - 1.18beta1 -> 1.18.0-beta.1
# - 1.18rc1 -> 1.18.0-rc.1
go-version: 1.20.0-rc.3
go-version: 1.20

- name: Unshallow
run: git fetch --prune --unshallow
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/golangci/golangci-lint

go 1.20
go 1.19

require (
4d63.com/gocheckcompilerdirectives v1.2.1
Expand Down

0 comments on commit 1e828bd

Please sign in to comment.