Skip to content

Commit

Permalink
Changed the go version to 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoLongfield committed Dec 7, 2023
1 parent 11d1ee9 commit 56da015
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/automaticBuilding.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: 1.21
go-version: 1.19

- name: Build go
run: |
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: 1.21
go-version: 1.19

- name: Build go
run: |
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: 1.21
go-version: 1.19

- name: Build go
run: |
Expand Down

0 comments on commit 56da015

Please sign in to comment.