Skip to content

Commit

Permalink
build: require Go 1.19.1 in CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Sep 19, 2022
1 parent 6e77179 commit f4052af
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.19
go-version: '>= 1.19.1'
id: go

- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.19
go-version: '>= 1.19.1'
id: go

- name: Check out code into the Go module directory
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.19
go-version: '>= 1.19.1'
id: go

- name: Check out code into the Go module directory
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.19
go-version: '>= 1.19.1'
id: go

- name: Check out code into the Go module directory
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.19
go-version: '>= 1.19.1'
id: go

- name: Check out code into the Go module directory
Expand Down

0 comments on commit f4052af

Please sign in to comment.