Skip to content

Commit

Permalink
actions: update the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeken committed Aug 6, 2023
1 parent 9d06880 commit 2c480e2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,14 @@ env:
# renovate: datasource=golang-version depName=golang
GO_VERSION: '1.20.7'

# renovate: datasource=

jobs:

build:
name: Build
runs-on: ubuntu-latest
steps:

- name: Set up Go 1.20.x
- name: Set up Go
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4
with:
go-version: '${{ env.GO_VERSION }}'
Expand Down

0 comments on commit 2c480e2

Please sign in to comment.