Skip to content

Commit

Permalink
build(deps): [#524] Update go version in go.mod (#527)
Browse files Browse the repository at this point in the history
  • Loading branch information
030 authored Mar 9, 2024
1 parent 43975c8 commit 9a3e7b5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/gomod-go-version-updater.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
name: gomod-go-version-updater-action
'on':
schedule:
- cron: '42 6 * * *'
permissions:
contents: write
pull-requests: write
jobs:
gomod-go-version-updater-action:
runs-on: ubuntu-22.04
steps:
- uses: 030/[email protected]
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# N3DR

## SNAP STABLE WILL BE UPDATED TO N3DR 7 SOON

[![CI](https://github.com/030/n3dr/workflows/Go/badge.svg?event=push)](https://github.com/030/n3dr/actions?query=workflow%3AGo)
[![GoDoc Widget]][godoc]
![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/030/n3dr?logo=go)
Expand Down

0 comments on commit 9a3e7b5

Please sign in to comment.