Skip to content

Commit

Permalink
update go version in pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
gabotechs committed Dec 13, 2023
1 parent 0b303d6 commit ae05d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-go/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ runs:
steps:
- uses: actions/setup-go@v3
with:
go-version: '1.19'
go-version: '1.21'
- uses: actions/cache@v3
with:
path: |
Expand Down

0 comments on commit ae05d8c

Please sign in to comment.