Skip to content

Commit

Permalink
Use golang 1.17 in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kthomas committed Nov 15, 2023
1 parent 76d211d commit 092f123
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup golang
uses: actions/setup-go@v2
with:
go-version: '1.15.1'
go-version: '1.17'
- name: Checkout ident
uses: actions/checkout@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/master-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup golang
uses: actions/setup-go@v2
with:
go-version: '1.15.1'
go-version: '1.17'
- name: Checkout ident
uses: actions/checkout@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Setup go
uses: actions/setup-go@v2
with:
go-version: '1.15.1'
go-version: '1.17'
- name: Checkout ident
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 092f123

Please sign in to comment.