Skip to content

Commit

Permalink
Reapply "Run CI and release with Go 1.22 🆙"
Browse files Browse the repository at this point in the history
This reverts commit f414b4a.
  • Loading branch information
nicokosi committed Feb 19, 2024
1 parent f414b4a commit 952550d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.21"
go-version: "1.22"
- name: Test 🧪
run: go test -v -cover
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Examine code 🔍
run: go vet
- name: Build 🏭
run: go build main.go
run: go build main.go
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.21"
go_version: "1.22"

0 comments on commit 952550d

Please sign in to comment.