Skip to content

Commit

Permalink
Run CI and release with Go 1.21 🆙
Browse files Browse the repository at this point in the history
  • Loading branch information
nicokosi committed Jan 1, 2024
1 parent ffb0fb8 commit e9dbfcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.20"
go-version: "1.21"
- name: Test 🧪
run: go test -v -cover
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
- uses: actions/checkout@v4
- uses: cli/gh-extension-precompile@v1
with:
go_version: "1.20"
go_version: "1.21"

0 comments on commit e9dbfcc

Please sign in to comment.