Skip to content

Commit

Permalink
Use go 1.21.x
Browse files Browse the repository at this point in the history
  • Loading branch information
gagliardetto committed Jan 26, 2024
1 parent 321e2bb commit 042ceb1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: main
on:
push:
tags:
- "v*.*.*"
- 'v*.*.*'

jobs:
build:
Expand All @@ -17,7 +17,7 @@ jobs:
- name: Setup go env
uses: actions/setup-go@v3
with:
go-version: '1.20'
go-version: '1.21'
check-latest: true

- name: Build cli
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.20.x]
go-version: [1.21.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 042ceb1

Please sign in to comment.