Skip to content

Commit

Permalink
Bump Go Version to 1.20 (closes #32)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy-Hay committed Nov 1, 2023
1 parent ad6ac5a commit bd7ecc6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
run: git fetch --prune --unshallow
-
name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: 1.18
go-version: '1.20'
-
name: Cache go modules
uses: actions/cache@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
name: Compile & Test
strategy:
matrix:
go-version: [1.18]
go-version: ['1.20']
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}

steps:
- name: Install Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}

Expand Down
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Version 0.8.3 (2023-11-01)
--------------------------
Bump dependencies for Snyk (#29, #30)
Bump Go Version to 1.20 (#32)

Version 0.8.2 (2023-09-13)
--------------------------
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/snowplow-devops/terraform-provider-redash

go 1.18
go 1.20

require (
github.com/hashicorp/terraform-plugin-sdk/v2 v2.29.0
Expand Down

0 comments on commit bd7ecc6

Please sign in to comment.