Skip to content

Commit

Permalink
.github/workflows: allow Go toolchain updates in all workflows
Browse files Browse the repository at this point in the history
Rename basic.yml -> basic.yaml for consistency and that the renovate
update rule matches.

Also adjust go-version format to be consistently without single quotes.

Signed-off-by: Tobias Klauser <[email protected]>
  • Loading branch information
tklauser authored and brb committed Jun 22, 2023
1 parent c6d25c8 commit 1be9caf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
with:
# renovate: datasource=golang-version depName=go
go-version: '1.18.4'
go-version: 1.18.4

- name: Install dependencies
run: |
Expand Down

0 comments on commit 1be9caf

Please sign in to comment.