Skip to content

Commit

Permalink
remove 1.20
Browse files Browse the repository at this point in the history
some weird bug where github CI always uses 1.21, so no point
  • Loading branch information
Almenon committed Jan 21, 2024
1 parent 8f3d6f2 commit f6b146a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
golang-version: ['1.20', '1.21']
golang-version: ['1.21']
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ Recommended: Install any version via go install:
go install github.com/transcend-io/terragrunt-atlantis-config@v1.21.0
```

This module officially supports golang versions v1.20, and v1.21, tested on Github with each build.
This module officially supports golang version v1.21, tested on Github with each build.
This module also officially supports both Windows and Nix-based file formats, tested on Github with each build.

Usage Examples (see below sections for all options):
Expand Down

0 comments on commit f6b146a

Please sign in to comment.