Skip to content

Commit

Permalink
Updated Go version
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-kuendig committed Sep 12, 2023
1 parent b247dfb commit f9ffd9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
go: [ '1.16' ]
go: [ '1.21' ]
name: Test (${{ matrix.go }})
steps:
- uses: actions/checkout@v2
Expand All @@ -41,7 +41,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.21
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
Expand Down

0 comments on commit f9ffd9d

Please sign in to comment.