Skip to content

Commit

Permalink
Changing to Go 1.23.3
Browse files Browse the repository at this point in the history
  • Loading branch information
COMTOP1 committed Nov 18, 2024
1 parent 8fe0c21 commit c423991
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go-template-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: WillAbides/setup-go-faster@v1
with:
go-version: '1.22'
go-version: '1.23'
- name: download go-template-lint
run: go install sourcegraph.com/sourcegraph/go-template-lint@latest
- name: run go-template-lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nilaway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: WillAbides/setup-go-faster@v1
with:
go-version: '1.22'
go-version: '1.23'
- name: download nilaway
run: go install go.uber.org/nilaway/cmd/nilaway@latest
- name: run nilaway
Expand Down

0 comments on commit c423991

Please sign in to comment.