Skip to content

Commit

Permalink
build(deps): bump Go version to 1.20.6
Browse files Browse the repository at this point in the history
  • Loading branch information
servicesenablement committed Jul 11, 2023
1 parent bfd6d93 commit 00c0127
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20.5'
go-version: '1.20.6'
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/setup-go@v4
with:
go-version: '1.20.5'
go-version: '1.20.6'
- uses: actions/checkout@v3
- run: make test
call-dependabot-pr-workflow:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SHELL = /bin/bash
GO-VERSION = 1.20.5
GO-VERSION = 1.20.6
GO-VER = go$(GO-VERSION)

PAK_CACHE=$(PWD)/.pak-cache
Expand Down

0 comments on commit 00c0127

Please sign in to comment.