index
:
gogs.git
Gogs is a painless self-hosted Git service
log msg
author
committer
range
buildscript
main
mygogs
about
summary
refs
log
tree
commit
diff
path:
root
/
.github
/
workflows
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-03 20:16:33 +0800
committer
GitHub <noreply@github.com>
2023-04-03 20:16:33 +0800
commit
54322932248f96b0699ec6c4fed4db6905354fa6
(
patch
)
tree
ea2db31c2608a5bd815492bd4cb1d146d05300af
/
.github/workflows
parent
5da1e6242672056cb7d3eb774d26940c34924caa
(
diff
)
mod: bump modernc.org/sqlite from 1.21.0 to 1.21.1 (#7413)
Diffstat
(limited to '.github/workflows')
-rw-r--r--
.github/workflows/go.yml
2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index 4114aae7..5288baf8 100644
--- a/
.github/workflows/go.yml
+++ b/
.github/workflows/go.yml
@@ -172,7 +172,7 @@ jobs:
strategy:
matrix:
go-version: [ 1.19.x, 1.20.x ]
- platform: [ ubuntu-18.04 ]
+ platform: [ ubuntu-20.04 ]
runs-on: ${{ matrix.platform }}
steps:
- name: Start MySQL server