Skip to content

Commit

Permalink
use go 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
mpostument committed Feb 16, 2023
1 parent 4b5728d commit a078b0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Expand Up @@ -15,6 +15,8 @@ jobs:

- name: Setup Go environment
uses: actions/setup-go@v3.5.0
with:
go-version: 1.20.1

- name: Check out code into the Go module directory
uses: actions/checkout@v3.3.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v3.5.0
with:
go-version: 1.15
go-version: 1.20.1
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4.2.0
Expand Down

0 comments on commit a078b0f

Please sign in to comment.