Skip to content

Commit

Permalink
updated go versions
Browse files Browse the repository at this point in the history
  • Loading branch information
RavinderReddyF5 committed Nov 7, 2023
1 parent f0b9084 commit d190b86
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
# list whatever GO versions here you would like to support
golang:
- '1.19.*'
- '1.21.*'
# - '1.18.*'
# - '1.17.*'
# - '1.16.*'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/golint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '1.19'
go-version: '1.21.3'
- uses: golangci/golangci-lint-action@v3
with:
version: 'v1.51.2'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.19
go-version: 1.21.3
-
name: Import GPG key
id: import_gpg
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tflint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '1.16.6'
go-version: '1.21.3'
- run: make tools
- run: make tflint

0 comments on commit d190b86

Please sign in to comment.